ee_cbind: ee_cbind

View source: R/ee_utils.R

ee_cbindR Documentation

ee_cbind

Description

Allows for combining split ecoengine calls (e.g. paginated calls) back into one single result object

Usage

ee_cbind(results)

Arguments

results

A list of objects of class ecoengine

Examples

## Not run: 
x1 <- ee_observations(genus = "Lynx", page = 1)
x2 <- ee_observations(genus = "Lynx", page = 2)
x12 <- ee_cbind(list(x1, x2))

## End(Not run)

ropensci/ecoengine documentation built on Sept. 29, 2022, 1:02 p.m.