markr_example(
example = c("basic", "glasgow"),
dir = paste0(example, "_example")
)
Arguments
example |
which example (basic or glasgow) |
dir |
the directory to save the example files in |
Value
opens the Rmd files for editing
Examples
if (FALSE) {
markr_example("glasgow")
}