Learn R Programming

GlobalOptions (version 0.1.3)

$.InternalOptionValue: Get value of other options

Description

Get value of other options

Usage

# S3 method for InternalOptionValue
$(x, nm)

Arguments

x

should always be .v

nm

name of the option

Author

Zuguang Gu <z.gu@dkfz.de>

Details

.v$nm is basically a short version of .v(nm).

See Also

.v

Examples

Run this code
# There is no example
NULL

Run the code above in your browser using DataLab