if(!require(here)){
install.packages("here")
library(here)
}
Loading required package: here
here() starts at /Users/joseffruehwald/Documents/AS500_site
if(!require(fs)){
install.packages("fs")
library(fs)
}
Loading required package: fs
if(!require(janitor)){
install.packages("janitor")
library(janitor)
}
Loading required package: janitor
Attaching package: 'janitor'
The following objects are masked from 'package:stats':
chisq.test, fisher.test
if(!require(quanteda.textplots)){
install.packages("quanteda.textplots")
library(quanteda.textplots)
}
Loading required package: quanteda.textplots