These resources are here to complement and supplement the learning you do in class and through the textbook. Please make liberal use of them! I will update this page with more resources as the semester progresses.
ggplot2
basicsggplot2
by Joey Stanleyread.csv()
line from this tutorial won’t work on your computer. To read the data, click here to download, then open the file with Rstudio. The data will load as an R object named darla
)ggplot2
cheatsheetstringr
cheatsheet, with regex on page 2rvest
packagervest
articletidytext
. Uses “tidy data” principles and plays nice with tidyverse
packages.quanteda
package for “quantitative analysis of textual data”. Fairly widely used, and also good for “tidy data” principlesspacyr
wraps the popular and powerful Python spaCy library
quanteda
, but relies on installing a bunch of stuff (incl. Python!)tidytext
tm
and openNLP
. These don’t use “tidy data” principles, but might have more community support resources (e.g., StackOverflow)caret
package manual