Return a character vector that lists all of the gazetteers present in the gaz
data, or (if gaz
was not provided) all of the gazetteers available through the antanym package. Currently only one gazetteer is available: the Composite Gazetteer of Antarctica.
Arguments
- gaz
data.frame or SpatialPointsDataFrame: (optional) as returned by
an_read
,an_preferred
, oran_filter
Value
character vector. If gaz
was provided, this will be a list of all gazetteers present in gaz
. Otherwise, it will be a list of all gazetteers available through the antanym package
Examples
an_gazetteers()
#> [1] "CGA"
if (FALSE) { # \dontrun{
g <- an_read(cache = "session")
an_gazetteers(g)
} # }