Index of /examples/r/examples/notebook

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory   -  
[TXT]job.qsub 2019-06-05 20:30 413  
[TXT]example.Rmd 2019-01-23 14:36 717  
[   ]example.pdf 2019-06-05 20:26 139K 
[TXT]example.html 2019-06-05 20:18 644K 

RCS examples: Processing Markdown file



The following command will convert the notebook to html
scc1% Rscript -e 'rmarkdown::render("example.Rmd")'


The following command will convert the notebook to pdf format
scc1% Rscript -e 'rmarkdown::render(input="example.Rmd", output_format="pdf_document",output_file="example.pdf")'

Contact Information:

Research Computing Services: help@scc.bu.edu

Note: Research Computing Services (RCS) example programs are provided "as is" without any warranty of any kind. The user assumes the entire risk of quality, performance, and repair of any defects. You are encouraged to copy and modify any of the given examples for your own use.