Description Usage Arguments Details See Also Examples
Extracts elements from an R object with the names
attribute set in a 'lazy' way. The first argument is the
object, while the second is a set of names parsed from
...
. We return the object, including only the
elements with names matched from ...
.
1 |
x |
An R object with a |
... |
an optional number of 'names' to match in
|
We can be 'lazy' with how we pass names. The
name
s passed to ...
are not evaluated
directly; rather, their character representation is taken
and used for extraction.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.