Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brownag/4f6c4ba9bcaa7dfb74179d211907eb42 to your computer and use it in GitHub Desktop.
Save brownag/4f6c4ba9bcaa7dfb74179d211907eb42 to your computer and use it in GitHub Desktop.
The following works as expected.
## add support for ecosite-based queries in fetchSDA_Component / get_component_from_SDA;
## only uses NRCS forest/range sites; test for possible many:one duplication issues
## brownag committed on Jun 3, 2019
## https://github.com/ncss-tech/soilDB/commit/4ad25e7b628e854fe0d1d21bdd2484022acfa922
devtools::install_github('ncss-tech/soilDB@4ad25e7b628e854fe0d1d21bdd2484022acfa922',
dependencies = FALSE)
library(soilDB)
f <- get_component_from_SDA(WHERE = "areasymbol LIKE 'CA%'")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment