getids.collunits | R Documentation |
From a set of collectionunit
objects, return the
collectionunit and dataset ids.
## S3 method for class 'collunits'
getids(x, order = TRUE)
x |
A Neotoma2 |
order |
sort items by siteid, collunitid, datasetid |
data.frame
containing siteid
, datasetid
, and collunitid
{
marion <- get_sites(sitename = "Marion Lake")
collunitids <- getids(collunits(marion))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.