Skip to contents

Get all the place types of the Marine Regions Gazetteer

Usage

gaz_rest_types()

Value

a data frame with three columns:

  • typeID: the identifier of the place type in the Marine Regions Gazetteer database.

  • type: the name of the place type.

  • description: if available, the description of the place type.

See also

Examples

if (FALSE) {
# This
gaz_rest_types()

# is the same as
gaz_types()
}