Get summaries of data by site. Requires a column site_no, and will
take the summaries
Usage
site_data_summary(x, value_col = "value", site_col = "site_no")
Arguments
- x
data frame
- value_col
name of value column. The default is "value"
.
- site_col
name of site column. This is the column we are grouping by.
Value
data frame with 10 columns
Examples
aquifer_data <- aquifer_data
aquifer_data <- aquifer_data[aquifer_data$parameter_cd == "72019", ]
summary_info <- site_data_summary(aquifer_data)