README.md

d3wordcloud

travis-status version downloads

What is it?

d3wordcloud is a wrapper for the Word Cloud Layout by Jason Davies based on htmlwidgets.

How it works?!

The main function d3wordcloud needs only words and freqs. Just like the old good wordcloud package. See demo here.

library("d3wordcloud")
words <- c("I", "love", "this", "package", "but", "I", "don't", "like", "use", "wordclouds")
freqs <- sample(seq(length(words)))

d3wordcloud(words, freqs)

How can you get it?

I know! you already know how to install it

devtools::install_github("jbkunst/d3wordcloud")

Parameters

There are parameter for make your word cloud like you like/want:

You can see this parameter in action here http://rpubs.com/jbkunst/133106.

Demo

Check here https://jbkunst.shinyapps.io/d3wordcloud.

Sometimes I exceed the hours on the basic plan in shiniapps.io. You can always can view here: http://rpubs.com/jbkunst/133106.

An old demo gif:

shinyappdemo

References

Similar packages

Recommendations



jbkunst/d3wordcloud documentation built on May 18, 2019, 5:59 p.m.