powered by
From a set of collectionunit objects, return the collectionunit and dataset ids.
collectionunit
# S3 method for collunits getids(x, order = TRUE)
data.frame containing siteid, datasetid, and collunitid
data.frame
siteid
datasetid
collunitid
A Neotoma2 collunits object.
collunits
sort items by siteid, collunitid, datasetid
{ marion <- get_sites(sitename = "Marion Lake") collunitids <- getids(collunits(marion)) }
Run the code above in your browser using DataLab