Skip to content

inSileco/wordcloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Our worldcloud

An R script to create a worldcloud, such as the one on the first page of our blog: https://insileco.github.io/

We first converted our publications into .txt files using pdftotext:

for f in ~/Dropbox/LetiR/publi/*.pdf; do pdftotext -enc ASCII7 -nopgbrk $f; done

And then use R to create the wordcloud. R packages required:

  • tm
  • wordcloud2
  • magrittr
  • htmlwidgets
  • webshot

About

📊 Our worcloud (see our website)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages