getids.collunit | R Documentation |
From a collectionunit
object, return the
collectionunit and dataset ids.
## S3 method for class 'collunit'
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)[[1]])
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.