usually I do something like ``` df %>% mutate(Pos = vector3(Posx, Posy, Posz), .keep="unused") ``` what if I could do something like ``` df %>% bundle_vector(Pos) # or bundle_vector(Pos="Pos{d}") ``` and have some flexibility for other specs too?
usually I do something like
what if I could do something like
and have some flexibility for other specs too?