This is an S3 method for dplyr::relocate
that ensures
planktonr_dat
attributes are preserved when moving columns.
# S3 method for class 'planktonr_dat'
relocate(.data, ..., .before = NULL, .after = NULL)
A planktonr_dat
object.
<tidy-select
> Columns to relocate.
<tidy-select
> Columns to move other columns before.
<tidy-select
> Columns to move other columns after.
A planktonr_dat
object with columns reordered,
preserving original attributes.