Files
cure_logger/data_analysis/report.sh
T
2021-10-22 16:34:56 +02:00

3 lines
185 B
Bash
Executable File

# 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")'