# NOT RUN {
## Create an interactive heatmap in a temporal directory of your local machine
## Live examples on https://rjsplot.usal.es
## Format test data
words <- data.frame(word = rownames(USArrests), freq = USArrests[,4])
# Create WordCloud
if(interactive()){
wordcloud_rjs(words)
}
# }
Run the code above in your browser using DataLab