attr | R Documentation |
An abbreviation of base::attr
(exact = TRUE)
.
attr(...)
... |
Passed to |
z = structure(list(a = 1), foo = 2)
base::attr(z, "f") # 2
xfun::attr(z, "f") # NULL
xfun::attr(z, "foo") # 2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.