Learn R Programming

indiedown (version 0.1.1)

create_indiedown_package: Skeleton for a Customized R Markdown Template

Description

Set up the packages structure for an indiedown-based customized R Markdown template. See vignette("indiedown") for a more detailed usage example.

Usage

create_indiedown_package(path, overwrite = FALSE)

Arguments

path

Package path

overwrite

Should existing assets be overwritten?

Value

This function is called for its side effects and returns NULL, invisibly.

Examples

Run this code
# 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