Skip to contents

Get the names for a given MRGID

Usage

gaz_rest_names_by_mrgid(mrgid)

Arguments

mrgid

(integer) A valid Marine Regions Gazetteer Identifier (MRGID)

Value

a vector with all the names of a Marine Regions Gazetteer entry

See also

Examples

if (FALSE) {
gaz_rest_names_by_mrgid(3293)
gaz_rest_names_by_mrgid(14)
}