Skip to contents

Get Marineregions place types

Usage

mr_place_types(...)

Arguments

...

Curl options passed on to httr::GET()

Value

A data.frame with the columns:

  • type (character) the place type

  • description (character) description of the place type

Examples

if (FALSE) {
res <- mr_place_types()
head(res)
res$type
}