aw_cbind: aw_cbind

Description Usage Arguments Examples

Description

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

Usage

1
aw_cbind(results)

Arguments

results

A list of objects of class antweb

Examples

1
2
3
4
5
6
## Not run: 
x1 <- aw_data(genus = "crematogaster", georeferenced = TRUE)
x2 <- aw_data(genus = "crematogaster", georeferenced = TRUE, offset = 1000)
x12 <- aw_cbind(list(x1, x2))

## End(Not run)

AntWeb documentation built on May 2, 2019, 3:43 p.m.