diff --git a/Documentation/MD_to_PDF_conversion.R b/Documentation/MD_to_PDF_conversion.R index 3deb963..b42f0e5 100644 --- a/Documentation/MD_to_PDF_conversion.R +++ b/Documentation/MD_to_PDF_conversion.R @@ -1,3 +1,3 @@ ## Run this code and point it to the .Rmd file so it can convert the markdown files on the wiki to a pdf -rmarkdown::render(input = "C:/Git/CommonDataModel/Documentation/OMOP_CDM_PDF.Rmd", output_format = "pdf_document", output_file = "OMOP_CDM_v5_1_0.pdf") \ No newline at end of file +rmarkdown::render(input = "C:/Git/CommonDataModel/Documentation/OMOP_CDM_PDF.Rmd", output_format = "pdf_document", output_file = "C:/Git/CommonDataModel/OMOP_CDM_v5_1_0.pdf")