Skip to content

add bundle_vector #120

Description

@markromanmiller

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestmediummedium priority

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions