as.ala {spocc} | R Documentation |
Coerce occurrence keys to ALA id objects
Description
Coerce occurrence keys to ALA id objects
Usage
as.ala(x, ...)
Arguments
x |
Various inputs, including the output from a call to
|
... |
curl options; named parameters passed on to |
Value
One or more in a list of both class alakey and occkey
See Also
Other coercion:
as.gbif()
,
as.idigbio()
,
as.inat()
,
as.obis()
,
as.vertnet()
Examples
## Not run:
spnames <- c('Barnardius zonarius', 'Grus rubicunda', 'Cracticus tibicen')
out <- occ(query=spnames, from='ala', limit=2)
(res <- occ2df(out))
(tt <- as.ala(out))
as.ala(x = res$key[1])
## End(Not run)
[Package spocc version 1.2.3 Index]