Get an attribute from a Node.
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")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.