template_visual_report {fabR}R Documentation

Create a bookdown template for the visual report

Description

This helper function creates a template for the visual report bookdown. This template is taken from the following link: https://github.com/jtr13/bookdown-template/archive/refs/heads/master.zip folder

Usage

template_visual_report(to)

Arguments

to

A character string of a path where the bookdown report will be placed

Value

A folder containing all files (Rmd, yml, docs, ...) to generate bookdown report

Examples

{

unlink(template_visual_report(tempdir()))

}


[Package fabR version 1.1.1 Index]