getids.collunits {neotoma2} | R Documentation |
Get object IDs from collectionunits.
Description
From a set of collectionunit
objects, return the
collectionunit and dataset ids.
Usage
## S3 method for class 'collunits'
getids(x, order = TRUE)
Arguments
x |
A Neotoma2 |
order |
sort items by siteid, collunitid, datasetid |
Value
data.frame
containing siteid
, datasetid
, and collunitid
Examples
{
marion <- get_sites(sitename = "Marion Lake")
collunitids <- getids(collunits(marion))
}
[Package neotoma2 version 1.0.4 Index]