|
rje_rmd V0.1.0R Markdown generation and execution module
Copyright © 2019 Richard J. Edwards - See source code for GNU License Notice See SLiMSuite Blog for further documentation. See FunctionThe function of this module will be added here. The R markdown itself is run using: Rscript -e 'library(rmarkdown); rmarkdown::render("/path/to/test.Rmd", "html_document")' NOTE: The "html_document" over-rules the content of the file itself, e.g. "pdf_document" can turn it into a PDF rather than HTML. NOTE: Running the above generates a NOTE: For HTML output, R must be installed and a pandoc environment variable must be set, e.g. export Commandline
History Module Version History# 0.0.0 - Initial Compilation. # 0.1.0 - Added docHTML. © 2015 RJ Edwards. Contact: richard.edwards@unsw.edu.au. |