knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
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
packageYou can install a development version of tadr
from GitHub with:
install.packages("devtools") devtools::install_github("lin380/tadr")
Then load the package with:
library(tadr)
swirl
lessonsThe swirl lessons can be downloaded within an R console by running:
install.packages("swirl") library("swirl") install_course_github("lin380", "swirl")
To load and start a lesson run:
swirl()
and follow the instructions to get started and to select a lesson.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.