spocc (version 0.1.2)

occ2df: Combine results from occ calls to a single data.frame

Description

Combine results from occ calls to a single data.frame

Usage

occ2df(obj, what = "data")

Arguments

obj
Input from occ
what
One of data (default) or all (with metadata)

Examples

Run this code
spnames <- c('Accipiter striatus', 'Setophaga caerulescens', 'Spinus tristis')
out <- occ(query=spnames, from='gbif', gbifopts=list(hasCoordinate=TRUE))
occ2df(out)

Run the code above in your browser using DataLab