iwrraw | R Documentation |
Florida Department of Environmental Protection, Impaired Waters Rule, Run 66
iwrraw
A data frame 562974 rows and 11 variables
File was created using workflow at https://tbep-tech.github.io/tidalcreek-stats/Creek_select_tbeptools, example below is old and for Run 61.
## Not run:
library(dplyr)
load(file = '../../02_DOCUMENTS/tidal_creeks/iwrraw_run61.RData')
iwrraw <- sf::st_set_geometry(iwrraw, NULL) %>%
rename(JEI = jei)
save(iwrraw, file = 'data/iwrraw.RData', compress = 'xz')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.