Description Usage Arguments Value Author(s)
Set default behavior of the whos function
1 2 3 4 5 | whos.options(exclude, report.S4.size)
whos.exclude(x = NULL, pattern, envir = parent.frame())
whos.include(x = NULL, pattern, envir = parent.frame())
|
exclude |
Objects to exclude from view. Can be a character vector of names, or an environment, but not any regular expressions so far. |
report.S4.size |
Calculating the size of S4 objects with
|
x |
A character vector of object names to exclude or include. |
pattern |
Regular expression pattern to match object
names against, e.g. |
envir |
Environment to search in. |
Nothing. The values are stored as global options.
Christofer Bäcklin
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.