ggmice icon indicating copy to clipboard operation
ggmice copied to clipboard

Create `verify_vrb` utils function

Open hanneoberman opened this issue 1 year ago • 1 comments

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

hanneoberman avatar Nov 16 '23 13:11 hanneoberman

Maybe not verify but extract or process, or vrb_to_cols?

hanneoberman avatar Dec 07 '23 13:12 hanneoberman