mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-19 13:17:30 +02:00
complete copy/paste from forcats and haven
This commit is contained in:
parent
8aa1ec41dc
commit
18544ddcfe
8 changed files with 216 additions and 55 deletions
|
|
@ -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) |>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue