saveCap {qreport} | R Documentation |
saveCap
Description
Save Caption Dataset in External File
Usage
saveCap(basename)
Arguments
basename |
base file name to which |
Details
Uses base::saveRDS()
to save the .captions.
dataset to a user file.
Value
nothing; used to create a saved RDS dataset of caption information
Author(s)
Frank Harrell
Examples
## Not run:
saveCap('chapter3')
## End(Not run)
[Package qreport version 1.0-1 Index]