aw_cbind: aw_cbind

View source: R/aw_utils.R

aw_cbindR Documentation

aw_cbind

Description

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

Usage

aw_cbind(results)

Arguments

results

A list of objects of class antweb

Examples

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

ropensci/AntWeb documentation built on Sept. 29, 2022, 12:59 p.m.