char2choice {REDCapCAST} | R Documentation |
Simple function to generate REDCap choices from character vector
Description
Simple function to generate REDCap choices from character vector
Usage
char2choice(data, char.split = "/", raw = NULL, .default = NA)
Arguments
data |
vector |
char.split |
splitting character(s) |
raw |
specific values. Can be used for options of same length. |
.default |
default value for missing. Default is NA. |
Value
vector
Examples
char2choice(c("yes/no"," yep. / nope ","",NA,"what"),.default=NA)
[Package REDCapCAST version 24.6.1 Index]