Description Usage Arguments Value See Also Examples
Looks for objects that regex-match pattern
, in all attached workspaces (as per search()
) and any maintained packages (see maintain.packages
).
1 |
pattern |
regex |
... |
other args to |
A list of environments containing one or more matching objects, with the object names returned as a character vector within each list element.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | sleuth( '^rm')
# On my setup, that currently gives:
#$ROOT
#[1] "rmsrc"
#
#$`package:stats`
#[1] "rmultinom"
#
#$`package:base`
#[1] "rm"
#
#$mvbutils
#[1] "rm.pkg"
#
#$handy2
#[1] "rmultinom"
#
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.