Spark-Lin
3 Dec 2016
This presentation is created as part of the Course Project for the Developing Data Products course. It is used for the peer assessment. Which contains 2 parts:
The small simple App allows user to:
library(wordcloud)
library(memoise)
library(tm)
# The list of selected books
# Books need to be downloaded and saveed in the same folder of ui.R and server.R
books <<- list("Pride and Prejudice" = "Pride",
"A Tale of Two Cities" = "Tale",
"The Adventures of Sherlock Holmes" = "Adventures" )...