Skip to contents

Retrieve Gazetteer Records by Source

Usage

gaz_rest_records_by_source(source, with_geometry = FALSE)

Arguments

source

(character) A source from gaz_rest_sources()

with_geometry

(logical) Add geometries to the result data frame? Default = FALSE

Value

A data frame with Gazetteer entries

See also

Examples

if (FALSE) {
gaz_rest_records_by_source("ICES Ecoregions")
}