all_in_one {figuRes2} | R Documentation |
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)
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 |
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.
Value
This function creates a pdf file holding all figures produced based on a subset of the outputplan.
Value
A .pdf file called filename.pdf is deposited in the output directory.
Author(s)
Greg Cicconetti