intro_to_ml/make_chapter

4 lines
86 B
Plaintext
Raw Permalink Normal View History

2022-06-14 12:27:01 -04:00
#!/bin/bash
arg="library(bookdown);bookdown::preview_chapter(\"$1\")"
Rscript -e $arg