Description Usage Arguments Value Examples
Get and set the package settings
1 2 3 |
... |
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
|
setAltWrapperOptions
: No return value
getAltWrapperOptions
: A list of package settings
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")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.