Learn R Programming

AntWeb (version 0.7)

aw_cbind: 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

Run this code
x1 <- aw_data(genus = "crematogaster", georeferenced = TRUE)
x2 <- aw_data(genus = "crematogaster", georeferenced = TRUE, offset = 1000)
x12 <- aw_cbind(list(x1, x2))

Run the code above in your browser using DataLab