complete copy/paste from forcats and haven

This commit is contained in:
Andreas Gammelgaard Damsbo 2024-11-20 14:31:01 +01:00
commit 18544ddcfe
No known key found for this signature in database
8 changed files with 216 additions and 55 deletions

View file

@ -19,7 +19,7 @@ Extract attribute. Returns NA if none
}
\examples{
attr(mtcars$mpg, "label") <- "testing"
do.call(c,sapply(mtcars, get_attr))
do.call(c, sapply(mtcars, get_attr))
\dontrun{
mtcars |>
numchar2fct(numeric.threshold = 6) |>