AltWrapperOption: AltWrapper Options Settings

Description Usage Arguments Value Examples

Description

Get and set the package settings

Usage

1
2
3

Arguments

...

a list of named arguments to change the package settings, or a vector of character names to get the package settings. See details for the available settings

@details redefineWarning: controls whether an warning will be given when users try to redine a function or a class of an AltWrapper class.

chunkSize: The batch size that will be used to temporary stores values for a vector. It is used for the S3/S4 altWrapper print function when the data pointer of the vector is not available.

Value

setAltWrapperOptions: No return value getAltWrapperOptions: A list of package settings

Examples

1
2
3
4
5
6
## Get the default package settings
getAltWrapperOptions("redefineWarning")
## change the settings
setAltWrapperOptions(redefineWarning = FALSE)
## Get the settings again to see the change
getAltWrapperOptions("redefineWarning")

Jiefei-Wang/AltWrapper documentation built on Oct. 30, 2019, 7:43 p.m.