Learn R Programming

qreport (version 1.0-1)

saveCap: saveCap

Description

Save Caption Dataset in External File

Usage

saveCap(basename)

Value

nothing; used to create a saved RDS dataset of caption information

Arguments

basename

base file name to which -captions.rds will be appended

Author

Frank Harrell

Details

Uses base::saveRDS() to save the .captions. dataset to a user file.

Examples

Run this code
if (FALSE) {
saveCap('chapter3')
}

Run the code above in your browser using DataLab