View source: R/get_cover_types.R
get_cover_types | R Documentation |
This function accesses the api endpoint for cover types and returns their names, descriptions and whether they're in use. It can fetch the entire table of accepted cover type codes, or it accepts filter parameter all=TRUE to return depreciated cover type codes too. No other filter parameters are currently available for this endpoint.
get_cover_types(filter_list = list(), show_id = FALSE, to_upper = TRUE)
filter_list |
list |
show_id |
include the fields the 'id' and 'slug' in the returned data frame |
to_upper |
|
See https://intra.glis.mnr.gov.on.ca/common/cover_types/ for the full list of cover types
dataframe
Rachel Henderson rachel.henderson@ontario.ca
cover_types <- get_cover_types()
all_cover_types <- get_cover_types(list(all = TRUE))
cover_type_slugs <- get_cover_types(show_id = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.