``` {r Knitr prep, cache=FALSE,include=FALSE} library(knitr)

set up graphing:

opts_chunk$set(echo=FALSE, dev='cairo_pdf', warning=FALSE)

make relative references work - change this to project directory

opts_knit$set(root.dir='~/github/Charting-government/')

``` {r Load tools library from anywhere, include=FALSE, echo=FALSE}
# install.packages(devtools)
# library(devtools)
# install_github('pbtools','petrbouchal')
library(pbtools)

Overview

Analysis



petrbouchal/pbtools documentation built on May 25, 2019, 2:53 a.m.