ee_cbind: ee_cbind

Description Usage Arguments Examples

View source: R/ee_utils.R

Description

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

Usage

1
ee_cbind(results)

Arguments

results

A list of objects of class ecoengine

Examples

1
2
3
4
5
6
## 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)

ecoengine documentation built on Feb. 20, 2020, 9:08 a.m.