iemisctext: PDF Version of Written Pieces

Install the packages

Note: If you would like to view the PDFs, you will need to copy and paste the following command in R first to make sure you have all the packages and their dependencies installed:

install.packages(c("iemisctext", "xopen"))
# install the packages and their dependencies (including any system
# dependencies)

Load the packages

Note: If you would like to view the PDFs, you will need to copy and paste the following commands in R first to make sure you have all the packages loaded:

# load the required packages
install.load::load_package("iemisctext", "xopen")
# load needed packages using the load_package function from the install.load
# package (it is assumed that you have already installed these packages)

View PDF version of each written piece

If you would like to view the PDFs, copy-and-paste the following R code into the R console:

xopen(system.file("texts", "pdf", "Connect_the_Dots.pdf", package = "iemisctext"))
xopen(system.file("texts", "pdf", "Appeal-womanhood-throughout-the-world.pdf",
package = "iemisctext"))
xopen(system.file("texts", "pdf", "The-War-Prayer.pdf", package = "iemisctext"))
xopen(system.file("texts", "pdf", "War-Is-A-Racket.pdf", package = "iemisctext"))
xopen(system.file("texts", "pdf", "The-Mask-of-Anarchy.pdf", package = "iemisctext"))
xopen(system.file("texts", "pdf", "Untitled_Us-versus-Them-or-People-Screwing-over-Other-People.pdf"
, package = "iemisctext"))
xopen(system.file("texts", "pdf", "Untitled_Climate-Strange.pdf", package = "iemisctext"))