get.option: get.option Print the value of the global option

Description Usage Arguments Value Author(s) Examples

View source: R/main.R

Description

get.option Print the value of the global option

Usage

1

Arguments

names

string or character vector containing the names of the options to be printed

Value

the option for the specified option

Author(s)

Michael Scherer

Examples

1
2
3
get.option("coverage.threshold")
set.option(coverage.threshold=42)
get.option("coverage.threshold")

schmic05/WSH_package documentation built on March 6, 2021, 2:34 a.m.