SmartCane/build_report.sh
Martin Folkerts 4c730c0167 wip
2023-10-24 17:08:04 +02:00

8 lines
240 B
Bash
Executable file

#!/bin/bash
## Runnen van Rmd bestand
# -e betekent "evalueren" en -i specificeert de input file
pwd
script_dir="$(dirname "$0")"
echo $script_dir;
Rscript -e "rmarkdown::render('${script_dir}/r_app/CI_Report_dashboard_planet.Rmd', 'all')"