powered by
An abbreviation of base::attr(exact = TRUE).
base::attr
(exact = TRUE)
attr(...)
Passed to base::attr() (without the exact argument).
base::attr()
exact
z = structure(list(a = 1), foo = 2) base::attr(z, "f") # 2 xfun::attr(z, "f") # NULL xfun::attr(z, "foo") # 2
Run the code above in your browser using DataLab