Create knit_it.sh

This commit is contained in:
Jeremy Kidwell 2019-01-26 18:57:29 +00:00 committed by GitHub
parent 5e28c45bba
commit 366f482bf5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
knit_it.sh Normal file
View file

@ -0,0 +1,2 @@
Rscript -e 'library(rmarkdown); rmarkdown::render("./mapping_draft.Rmd", "html_document")'
Rscript -e 'library(rmarkdown); rmarkdown::render("./mapping_draft.Rmd", "pdf_document")'