create_indiedown_package: Skeleton for a Customized R Markdown Template

Description Usage Arguments Value Examples

View source: R/create_indiedown_package.R

Description

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

Usage

1
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

1
2
3
4
path <- file.path(tempdir(), "mydown")

# set up empty R Package 'mydown'
create_indiedown_package(path, overwrite = TRUE)

indiedown documentation built on March 22, 2021, 5:07 p.m.