Description Usage Arguments Value Examples
View source: R/create_indiedown_package.R
Set up the packages structure for an indiedown-based customized R Markdown
template. See vignette("indiedown") for a more detailed usage example.
| 1 | create_indiedown_package(path, overwrite = FALSE)
 | 
| path | Package path | 
| overwrite | Should existing assets be overwritten? | 
This function is called for its side effects and returns NULL, invisibly.
| 1 2 3 4 | path <- file.path(tempdir(), "mydown")
# set up empty R Package 'mydown'
create_indiedown_package(path, overwrite = TRUE)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.