Learn R Programming

figuRes2 (version 1.0.0)

all_in_one: all_in_one

Description

Produces a single pdf file with based on rows in the outputplan whose UseSubset column is equals 'Y'. A progress bar is displayed.

Usage

all_in_one(UseSubset = "SAC", filename = "SAC.pdf", reportNR = TRUE)

Value

A .pdf file called filename.pdf is deposited in the output directory.

Arguments

UseSubset

Corresponds to a column name in outputplan holding flags (all_in_one)

filename

common_root.pdf or common_root.csv

reportNR

If TRUE, a plot with missing figure numbers and titles is produced

Author

Greg Cicconetti

Details

Prerequisites: You need to have output, code, data directory paths defined in your workspace. These should take variable names od, cd, dd, respectively. This can be done by running a personalized set of the following commands:

Code directory needs to hold the .r files associated with the subset of figures to be produced.

Suggest running outputplan.report() first. A progress bar also helps to see run is incomplete. A manual check on the total number of pages in the final pdf should be made.