sort_cp_rows | R Documentation |
Sort Core Program data in preferred sort order: node, lagoon, station, date/date_time, then water_column_position if applicable
sort_cp_rows(data, type)
data |
(data.frame) A data.frame containing Core Program data. Columns already need to be ordered in the particular CP order. Use |
type |
(character) Type of CP data. Choose from "water", "sediment", or "mooring". This affects the columns on which to sort data. "water" sorts data by node, lagoon, station, date_time, water_column_position. "sediment" by node, lagoon, station, date_time. Use "sediment" for biota data as well. "mooring" sorts data by station, date_time. |
(data.frame) The same data but ordered.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.