iwrraw: FDEP IWR run 66

iwrrawR Documentation

FDEP IWR run 66

Description

Florida Department of Environmental Protection, Impaired Waters Rule, Run 66

Usage

iwrraw

Format

A data frame 562974 rows and 11 variables

Details

File was created using workflow at https://tbep-tech.github.io/tidalcreek-stats/Creek_select_tbeptools, example below is old and for Run 61.

Examples

## 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)

tbep-tech/tbeptools documentation built on April 13, 2025, 4:50 p.m.