ggmice
ggmice copied to clipboard
Create `verify_vrb` utils function
vrb <- substitute(vrb)
if (vrb[1] == "all") {
vrb <- names(data)
} else {
vrb <- names(dplyr::select(as.data.frame(data), {{vrb}}))
}
Maybe not verify
but extract
or process
, or vrb_to_cols
?