Casestudies: webapplicaties bouwen met Shiny in R
Dean Attali
Shiny Consultant

Gemaakt door je vriend:
create_wordcloud(data, num_words = 100, background = "white")
data: tekst voor de wordcloud
"Some very long story"c("Some very", "long story")num_words: max. aantal woorden
background: achtergrondkleurus_constitution <- "We the People of the United States, ..."create_wordcloud(data = us_constitution, num_words = 15, background = "yellow")

create_wordcloud() vereist R-kennis
wordcloud2Output() + renderWordcloud2()Casestudies: webapplicaties bouwen met Shiny in R