New function to export redcap data with labels

This commit is contained in:
Andreas Gammelgaard Damsbo 2024-11-26 14:46:11 +01:00
commit 21c2dc0444
No known key found for this signature in database
6 changed files with 228 additions and 3 deletions

View file

@ -16,5 +16,5 @@ logical
Check if vector is all NA
}
\examples{
rep(NA,4) |> all_na()
rep(NA, 4) |> all_na()
}