vignettes/makepdf.R

# Load packages
require(knitr)
require(markdown)

# Create .md, .html, and .pdf files
knit("vignettes/my-vignette.Rmd")
markdownToHTML('My_Analysis.md', 'My_Analysis.html', options=c("use_xhml"))
system("pandoc -s My_Analysis.html -o My_Analysis.pdf")

Try the neutralitytestr package in your browser

Any scripts or data that you put into this service are public.

neutralitytestr documentation built on Feb. 17, 2021, 1:08 a.m.