View source: R/get_ecosis_data.R
get_ecosis_data | R Documentation |
Function to pull data from EcoSIS using the EcoSIS API
get_ecosis_data(ecosis_id = NULL)
ecosis_id |
the alphanumeric EcoSIS API dataset ID |
EcoSIS spectral dataset object
Shawn P. Serbin, Alexey Shiklomanov
## Not run:
ecosis_id <- "960dbb0c-144e-4563-8117-9e23d14f4aa9"
dat_raw <- get_ecosis_data(ecosis_id = ecosis_id)
head(dat_raw)
names(dat_raw)[1:40]
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.