buildRmd: Builds markdown files from all Rmarkdown files in the given...

Description Usage Arguments

Description

This function will build Rmarkdown files in the given directory to markdown. The default is to traverse all subdirectories of the working directory looking for .Rmd files to process. This function will save a file in the working directory called .rmdbuild that contain the status of the last successful build. This allows the function to only process changed files.

Usage

1
buildRmd(dir = getwd(), clean = FALSE, log.dir, log.ext = ".txt", ...)

Arguments

dir

root directory of the gitbook project.

clean

if TRUE, all Rmd files will be built regardless of their modification date.

log.dir

if specified, the output from knitr will be saved to a log file in the given directory.

log.ext

if log files are saved, the file extension to use.

...

other parameters passed to knit.


jbryer/Rgitbook documentation built on May 18, 2019, 7:01 p.m.