Skip to contents

This function populates the working directory with files corresponding to the Innovar Rmarkdown Flatly.

Usage

use_rmd_flatly(file)

Arguments

file

Name of the `.Rmd` file to create.

Examples

if (FALSE) {
library(innovar)
use_rmd_flatly("report_01.Rmd")
}