wordcloud2
wordcloud2 copied to clipboard
Warning Message: as_data_frame vs as.data.frame
Hi,
Please have a look at using a tibble, cf. as_data_frame(), instead of a standard R data frame for the input data. The result is all the same, but it think it would be nice if the warning message could be dropped when using a tibble.
And thanks for the lovely package!
I think this warning could be handled by users
If there is not a stronger reason, I would not import extra packages to wordcloud2.