amices / ggmice

Visualize incomplete and imputed data with the R package `ggmice`

Home Page:http://amices.org/ggmice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create `verify_vrb` utils function

hanneoberman opened this issue · comments

    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?