Closed bitbacchus closed 4 years ago
Hope the following information helps:
DataExplorer/rmd_template/report.rmd
. The root directory should be where you save all your libraries. You can find it by typing .libPaths()
.pdf_document()
, since create_report
simply calls rmarkdown::render()
. You can view the list of parameters here: https://rmarkdown.rstudio.com/pdf_document_format.html%2F
I just discovered your package and I am totally excited! Very nice and useful, indeed :-)
I just have trouble creating a PDF report. I tried like so:
and the error I got
Do you have any hint for me? I don't have a rmarkdown file where I could change the YAML header, do I?
Thanks in advance!