# NOT RUN {
library(dplyr)
tidytext("https://www.tidytextmining.com/sentiment.html")
# Same as above but provided to cat for easy viewing
tidytext("https://www.tidytextmining.com/sentiment.html") %>%
cat
# }
Run the code above in your browser using DataLab