OMOP/Documentation/CommonDataModel_pdf_create/MD_to_PDF_conversion.R

5 lines
249 B
R
Raw Normal View History

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-19 19:58:53 +00:00
rmarkdown::render(input = "OMOP_CDM_PDF.Rmd", output_format = "pdf_document", output_file = "OMOP_CDM_v5_2.pdf")