GetAttribute | R Documentation |
Get an attribute from a Node.
GetAttribute(
node,
attribute,
...,
format = FALSE,
inheritFromAncestors = FALSE,
nullAsNa = TRUE
)
node |
The |
attribute |
determines what is collected. The
|
... |
in case the |
format |
if |
inheritFromAncestors |
if |
nullAsNa |
If TRUE (the default), then NULL is returned as NA. Otherwise it is returned as NULL. |
data(acme)
GetAttribute(acme$IT$Outsource, "cost")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.