Skip to contents

Retrieve Gazetteer Records by Placetype

Usage

gaz_rest_records_by_type(type, with_geometry = FALSE)

Arguments

type

(character) The placetype from gaz_rest_types()

with_geometry

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

Value

A data frame with Gazetteer entries

Examples

if (FALSE) {
gaz_rest_records_by_type("FAO Subdivisions")
gaz_rest_records_by_type("EEZ")
}