Deploying to gh-pages from @ agdamsbo/REDCapCAST@db75c3313e 🚀

This commit is contained in:
agdamsbo 2025-11-14 14:10:52 +00:00
commit 0b30252598
171 changed files with 7009 additions and 602 deletions

23
reference/is_missing.md Normal file
View file

@ -0,0 +1,23 @@
# Multi missing check
Multi missing check
## Usage
``` r
is_missing(data, nas = c("", "NA"))
```
## Arguments
- data:
character vector
- nas:
character vector of strings considered as NA
## Value
logical vector