diff options
| author | Chris Sobczak <chris@sobczak.family> | 2026-05-05 12:42:45 -0700 |
|---|---|---|
| committer | Chris Sobczak <chris@sobczak.family> | 2026-05-05 12:42:45 -0700 |
| commit | ec4862ab8d47440c5a73bee32fdb0d642159fb88 (patch) | |
| tree | 0381f9345df9f1104c270c3bc823c1c43cb6357f /scripts/rmd2pdf | |
Create basic templates and utility scripts
Diffstat (limited to 'scripts/rmd2pdf')
| -rwxr-xr-x | scripts/rmd2pdf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/rmd2pdf b/scripts/rmd2pdf new file mode 100755 index 0000000..3c7a287 --- /dev/null +++ b/scripts/rmd2pdf @@ -0,0 +1,2 @@ +#!/bin/sh +Rscript -e "rmarkdown::render('$1')" |
