2017-07-19 19:05:32 +00:00
|
|
|
## Run this code and point it to the .Rmd file so it can convert the markdown files on the wiki to a pdf
|
2017-07-19 19:58:53 +00:00
|
|
|
install.packages("rmarkdown")
|
2017-07-19 19:05:32 +00:00
|
|
|
|
2017-07-20 14:26:32 +00:00
|
|
|
rmarkdown::render(input = "OMOP_CDM_PDF.Rmd", output_format = "pdf_document", output_file = "../../OMOP_CDM_v5_2.pdf")
|