Download data from KGS Kansas Master Ground-Water Well Inventory by choosing township, section, range
mwi_plss(township, range, range_dir, section = "0", unmatched = FALSE)
| township | Township |
|---|---|
| range | Range |
| range_dir | Range Direction |
| section | Section |
| unmatched | Option for downloading unmatched data |
Tibble data
# Download data for given township, range, range direction, and section (optional).# NOT RUN { mwi_plss(township = "1", range = "1", range_dir = "W", section = "1", unmatched = TRUE) # }