Files
cure_logger/data_analysis/report.sh
T

3 lines
185 B
Bash
Raw Normal View History

2021-10-22 16:34:56 +02:00
# Compiles the markdown report into an html file
# run for the first time install.packages("rmarkdown")
Rscript -e 'library(rmarkdown); rmarkdown::render("report.Rmd", "html_document")'