Vaka Çalışmaları: R ile Shiny Kullanarak Web Uygulamaları Geliştirme
Dean Attali
Shiny Consultant

Arkadaşınızın yazdığı:
create_wordcloud(data, num_words = 100, background = "white")
data: kelime bulutunda kullanılacak metin
"Some very long story"c("Some very", "long story")num_words: azami kelime sayısı
background: arka plan rengius_constitution <- "We the People of the United States, ..."create_wordcloud(data = us_constitution, num_words = 15, background = "yellow")

create_wordcloud() kullanmak için R bilgisi gerekir
wordcloud2Output() + renderWordcloud2()Vaka Çalışmaları: R ile Shiny Kullanarak Web Uygulamaları Geliştirme