Obtain an attribute of an object without partial matching
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
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.