Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

get_EDIT_ecoclass_by_geoUnit

Get data.frame of all ecoclass for multiple EDIT geoUnit in ESD or ESG catalog


Description

Supply a vector of target geoUnit. Data are accessed via Ecological Dynamics Interpretive Tool (EDIT) web services: https://edit.jornada.nmsu.edu/resources/esd

Usage

get_EDIT_ecoclass_by_geoUnit(geoUnit, catalog = c("esd", "esg"))

Arguments

geoUnit

A character vector of geoUnit codes e.g. c("018X","022A") for MLRAs 18 and 22A.

catalog

Catalog ID. One of: "esd" or "esg"

Value

A data.frame containing: geoUnit, id, legacyId, name

Examples

if(requireNamespace("curl") &
   curl::has_internet()) {
   get_EDIT_ecoclass_by_geoUnit(c("018X","022A"))
 }

soilDB

Soil Database Interface

v2.6.1
GPL (>= 3)
Authors
Dylan Beaudette [aut], Jay Skovlin [aut], Stephen Roecker [aut], Andrew Brown [aut, cre]
Initial release
2021-04-7

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.