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)

Arguments

.data

A planktonr_dat object.

...

<tidy-select> Columns to relocate.

.before

<tidy-select> Columns to move other columns before.

.after

<tidy-select> Columns to move other columns after.

Value

A planktonr_dat object with columns reordered, preserving original attributes.