powered by
Save Caption Dataset in External File
saveCap(basename)
nothing; used to create a saved RDS dataset of caption information
base file name to which -captions.rds will be appended
-captions.rds
Frank Harrell
Uses base::saveRDS() to save the .captions. dataset to a user file.
base::saveRDS()
.captions.
if (FALSE) { saveCap('chapter3') }
Run the code above in your browser using DataLab