Lchiffon / wordcloud2

R interface to wordcloud for data visualization.
397 stars 113 forks source link

Added `...` to wordcloud2 passing options to wordcloud2.js (also fixed CRAN checks) #72

Open edwindj opened 3 years ago

edwindj commented 3 years ago

Thx for this wonderful package.

I needed to set some extra options available in wordcloud2.js so I added ... to wordcloud2 that passes the options to the underlying wordcloud2.js lib. (also fixed CRAN check issues, so package should pass CRAN checks.)

Best,

Edwin