Skip to content

Commit

Permalink
Merge pull request #32 from kmdupr33/master
Browse files Browse the repository at this point in the history
replace deprecated tbl_df with as_tibble
  • Loading branch information
dgrtwo authored Jul 13, 2020
2 parents 4220fb0 + ea1fd91 commit ee925e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/widely.R
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ widely_ <- function(.f,

ret <- output %>%
custom_melt() %>%
tbl_df()
as_tibble()

if (sort) {
ret <- arrange(ret, desc(value))
Expand Down

0 comments on commit ee925e4

Please sign in to comment.