This website works better with JavaScript.
Explore
Help
Sign In
p6e7p7
/
intro_to_ml
Watch
1
Star
0
Fork
You've already forked intro_to_ml
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
96e55f2c72
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '96e55f2c72'
${ noResults }
intro_to_ml
/
make_chapter
4 lines
86 B
Bash
Raw
Blame
History
#!/bin/bash
arg
=
"
library(bookdown);bookdown::preview_chapter(\"
$1
\")
"
Rscript -e
$arg
Reference in New Issue
View Git Blame
Copy Permalink