Learn R Programming

mregions (version 0.1.8)

mr_place_types: Get Marineregions place types

Description

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

Run this code
# NOT RUN {
res <- mr_place_types()
head(res)
res$type
# }

Run the code above in your browser using DataLab