From 2363a59799b7b04a320a8ebf016724322beba8eb Mon Sep 17 00:00:00 2001 From: clairblacketer Date: Wed, 21 Jun 2017 08:58:43 -0400 Subject: [PATCH] Update MD_to_PDF_conversion.R Changed file path to output file so it won't be hidden in the documentation folder. --- Documentation/MD_to_PDF_conversion.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")