builder.rnw: This function will build Sweave (Rnw) files. Specifically...

Description Usage Arguments Value

View source: R/builder.rnw.R

Description

This function will build Sweave (Rnw) files. Specifically this function will first run Stangle, then Sweave, and finally texti2pdf.

Usage

1
2
  builder.rnw(project, theenv, fork = TRUE, debug = TRUE,
    ...)

Arguments

project

the project to be built.

theenv

the environment to build in.

fork

if true Sweave will be executed in a separate R instance.

debug

debug option sent to the Sweave function. If true, the output of R code from the Rnw file will be printed as it is running.

...

other unspecified parameters

Value

the name of the file if successfully built.


jbryer/makeR documentation built on May 18, 2019, 7:02 p.m.