I keep seeing nice little wordclouds summarizing research profiles from different groups. I’ve played with them myself. Drawing is simple, but getting the data can be a pain. Now, with the new rorcid
package that is made easy. If you don’t already have them, you need the following installed:
## install packages using the following install.packages("devtools") # to install from github library(devtools) install_github("ropensci/rorcid") # to access orcid through R install.packages(c("tm","wordcloud")) # to draw word clouds
I’ve put a few convenience functions in a gist, so do