amices / ggmice

Visualize incomplete and imputed data with the R package `ggmice`
http://amices.org/ggmice
GNU General Public License v3.0
28 stars 9 forks source link

Create `verify_vrb` utils function #130

Open hanneoberman opened 8 months ago

hanneoberman commented 8 months ago
    vrb <- substitute(vrb)
    if (vrb[1] == "all") {
      vrb <- names(data)
    } else {
      vrb <- names(dplyr::select(as.data.frame(data), {{vrb}}))
    }
hanneoberman commented 7 months ago

Maybe not verify but extract or process, or vrb_to_cols?