saveCap {qreport}R Documentation

saveCap

Description

Save Caption Dataset in External File

Usage

saveCap(basename)

Arguments

basename

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

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-0 Index]