bookdown_template: Create a bookdown template.

View source: R/03-viz.R

bookdown_templateR Documentation

Create a bookdown template.

Description

This helper function creates a template for a bookdown.

Usage

bookdown_template(bookdown_path, overwrite = FALSE)

Arguments

bookdown_path

A character string identifying the folder path where the bookdown will be generated.

overwrite

whether to overwrite existing files. FALSE by default.

Value

A folder containing all files (Rmd, yml, css) to generate the bookdown.

See Also

bookdown_render(),bookdown_open()

Examples

{

bookdown_path = tempdir()
bookdown_template(bookdown_path, overwrite = TRUE)

}


fabR documentation built on May 29, 2024, 2:58 a.m.