powered by
Set up the packages structure for an indiedown-based customized R Markdown template. See vignette("indiedown") for a more detailed usage example.
vignette("indiedown")
create_indiedown_package(path, overwrite = FALSE)
Package path
Should existing assets be overwritten?
This function is called for its side effects and returns NULL, invisibly.
NULL
# NOT RUN { path <- file.path(tempdir(), "mydown") # set up empty R Package 'mydown' create_indiedown_package(path, overwrite = TRUE) # }
Run the code above in your browser using DataLab