join_rmd | R Documentation |
Helper for make_printable()
Combines rmd files in the given directory; specifically, take the header.yml, concatenate with other Rmd files in the directory, in alphabetical order
join_rmd(dir, WD = getwd(), filename = "lesson_plan.Rmd")
dir |
relative path to the directory |
WD |
working directory; default= getwd() |
filename |
name of resulting merged RMD; default<-"lesson_plan.Rmd" |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.