create_indiedown_package: Skeleton for a Customized R Markdown Template

View source: R/create_indiedown_package.R

create_indiedown_packageR Documentation

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

path <- file.path(tempdir(), "mydown")

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

christophsax/indiedown documentation built on Dec. 12, 2024, 4:07 p.m.