mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2025-12-16 17:42:10 +01:00
23 lines
311 B
Markdown
23 lines
311 B
Markdown
# Preserve all factor levels from REDCap data dictionary in data export
|
|
|
|
Preserve all factor levels from REDCap data dictionary in data export
|
|
|
|
## Usage
|
|
|
|
``` r
|
|
apply_factor_labels(data, meta = NULL)
|
|
```
|
|
|
|
## Arguments
|
|
|
|
- data:
|
|
|
|
REDCap exported data set
|
|
|
|
- meta:
|
|
|
|
REDCap data dictionary
|
|
|
|
## Value
|
|
|
|
data.frame
|