getqreportOption {qreport}R Documentation

Get qreport Options

Description

Get qreport options, assigning default values of unspecified options.

Usage

getqreportOption(opts = NULL, study = " ")

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

Value

getching qreport options

Examples

## Not run: 
getqreportOption('tx.var')

## End(Not run)

[Package qreport version 1.0-0 Index]