render_one: render_one: Render a single .Rmd file, and output to location

Description Usage Arguments Author(s) Examples

View source: R/render_one.R

Description

render_one: Render a single .Rmd file, and output to location

Usage

1
render_one(f_prefix, rmd_path, html_path = NULL, stamp = T)

Arguments

f_prefix

file prefix with Scotty canon name, e.g. 'A01'

rmd_path

filepath where '.Rmd' files exist

html_path

filepath to render to

timestamp

default=True, will fix date-time to file name.

Author(s)

Kevin W. McConeghy

Examples

1
Scotty::render_one('A01', 'CodeFilesPath', paste0('ReportFilesPath'))

kmcconeghy/Scotty documentation built on Aug. 26, 2020, 11:45 p.m.