View source: R/fetchEDIT_tools.R
get_EDIT_ecoclass_by_geoUnit | R Documentation |
Data are accessed via Ecological Dynamics Interpretive Tool (EDIT) web services: https://edit.jornada.nmsu.edu/resources/esd. geoUnit
refers to MLRA codes, possibly with a leading zero and trailing "X" for two digit MLRA symbols.
get_EDIT_ecoclass_by_geoUnit(geoUnit, catalog = c("esd", "esg"))
geoUnit |
A character vector of |
catalog |
Catalog ID. One of: |
A data.frame
containing: geoUnit
, id
, legacyId
, name
. NULL
if no result.
## Not run:
get_EDIT_ecoclass_by_geoUnit(c("018X","022A"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.