The goal of tadr
is to provide supporting resources for
the coursebook “Text as
Data: An introduction to quantitative text analysis and reproducible
research with R”.
tadr
package
Installation
You can install a development version of tadr
from GitHub with:
install.packages("devtools")
devtools::install_github("lin380/tadr")
swirl
lessons
Installation
The swirl lessons can be downloaded within an R console by running:
install.packages("swirl")
library("swirl")
install_course_github("lin380", "swirl")
Load and run
To load and start a lesson run:
swirl()
and follow the instructions to get started and to select a lesson.