Update MD_to_PDF_conversion.R

Changed file path to output file so it won't be hidden in the documentation folder.
This commit is contained in:
clairblacketer 2017-06-21 08:58:43 -04:00 committed by GitHub
parent 2b85fca018
commit 2363a59799
1 changed files with 1 additions and 1 deletions

View File

@ -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")
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")