Usage
relocate(.data, ..., .before = NULL, .after = NULL)
Arguments
- .data
A vectra_node object.
- ...
Column names to move.
- .before
Column name to place before (unquoted).
- .after
Column name to place after (unquoted).
Value
A new vectra_node with reordered columns.