gnis_get: gnis_get

Description Usage Arguments Examples

View source: R/get.R

Description

gnis_get

Usage

1
gnis_get(fname = "", state = "", county = "", cell = "", ftype = "")

Arguments

fname

character

state

character

county

character

cell

character

ftype

character

Examples

1
2
3
4
5
## Not run: 
gnis_get(fname = "Lake Michigan", state = "Michigan", ftype = "lake")
gnis_get(fname = "Big Lake", state = "Arizona", ftype = "lake")

## End(Not run)

jsta/gnis documentation built on May 20, 2019, 2:10 a.m.