get_ecosis_data: Function to pull data from EcoSIS using the EcoSIS API

View source: R/get_ecosis_data.R

get_ecosis_dataR Documentation

Function to pull data from EcoSIS using the EcoSIS API

Description

Function to pull data from EcoSIS using the EcoSIS API

Usage

get_ecosis_data(ecosis_id = NULL)

Arguments

ecosis_id

the alphanumeric EcoSIS API dataset ID

Value

EcoSIS spectral dataset object

Author(s)

Shawn P. Serbin, Alexey Shiklomanov

Examples

## 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)


TESTgroup-BNL/PLSR_for_plant_trait_prediction documentation built on Feb. 15, 2025, 2:08 p.m.