Learn R Programming

qreport (version 1.0-1)

getqreportOption: Get qreport Options

Description

Get qreport options, assigning default values of unspecified options.

Usage

getqreportOption(opts = NULL, study = " ")

Value

getching qreport options

Arguments

opts

character vector containing list of option names to retrieve. If only one element, the result is a scalar, otherwise a list. If opts is not specified, a list with all current option settings is returned.

study

character string specifying an optional study designation

Examples

Run this code
if (FALSE) {
getqreportOption('tx.var')
}

Run the code above in your browser using DataLab