saveCap {qreport} | R Documentation |
Save Caption Dataset in External File
saveCap(basename)
basename |
base file name to which |
Uses base::saveRDS()
to save the .captions.
dataset to a user file.
nothing; used to create a saved RDS dataset of caption information
Frank Harrell
## Not run:
saveCap('chapter3')
## End(Not run)