rmd_template_path: Get path to Rmd template

Description Usage Arguments Examples

View source: R/template_path.R

Description

This function comes from the package readr, and has been modified to access the bundled datasets in directory inst/rmarkdown/templates of bookkeeper. This function make them easy to access. This function is modified from readr_example() of the package readr.

Usage

1
rmd_template_path(template = "invoice-en", type = "skeleton", path = NULL)

Arguments

template

The name of the template.

type

Type of file Rmd skeleton or resources tex files.

path

Name of file. If NULL, the Rmarkdown skeleton file is listed.

Examples

1
2
rmd_template_path()
rmd_template_path("2018-01-19-GLENDON")

MartinSchobben/bookkeeper documentation built on Dec. 17, 2021, 3:17 a.m.