site_data_summary | R Documentation |
Get summaries of data by site. Requires a column site_no, and will take the summaries
site_data_summary(x, value_col = "value", site_col = "site_no")
x |
data frame |
value_col |
name of value column. The default is |
site_col |
name of site column. This is the column we are grouping by. |
data frame with 10 columns
aquifer_data <- aquifer_data
aquifer_data <- aquifer_data[aquifer_data$parameter_cd == "72019", ]
summary_info <- site_data_summary(aquifer_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.