ready for cran

This commit is contained in:
Andreas Gammelgaard Damsbo 2025-03-05 13:41:08 +01:00
commit 10064d7ee0
No known key found for this signature in database
7 changed files with 29 additions and 9 deletions

View file

@ -19,5 +19,5 @@ Applying \link[REDCapCAST]{as_factor} to the data.frame or variable, will
coerce to a factor.
}
\examples{
format_redcap_factor(sample(1:3,20,TRUE),"1, First. | 2, second | 3, THIRD")
format_redcap_factor(sample(1:3, 20, TRUE), "1, First. | 2, second | 3, THIRD")
}