powered by
Extract attribute. Returns NA if none
get_attr(data, attr = NULL)
character vector
vector
attribute name
attr(mtcars$mpg, "label") <- "testing" do.call(c, sapply(mtcars, get_attr)) if (FALSE) { mtcars |> numchar2fct(numeric.threshold = 6) |> ds2dd_detailed() }
Run the code above in your browser using DataLab