Skip to content
Prev 140445 / 398503 Next

Rule for accessing attributes?

You need to use the '@' operator to directly access attributes (not
elements) of objects:
[1] "x" "y" "z"

See ?'@' for more details.

-Christos