| getids | R Documentation |
This function parses a site object, from site to
dataset level and returns a data.frame that contains the
site, collectionunit and dataset IDs for each element within the site.
getids(x, order = TRUE)
## S3 method for class 'sites'
getids(x, order = TRUE)
## S3 method for class 'site'
getids(x, order = TRUE)
## S3 method for class 'collunits'
getids(x, order = TRUE)
## S3 method for class 'collunit'
getids(x, order = TRUE)
x |
A Neotoma2 |
order |
sort items by |
data.frame containing siteid, datasetid, and collunitid
Simon Goring goring@wisc.edu
tryCatch({
marion <- get_sites(sitename = "Marion Lake")
collunitids <- getids(collunits(marion))
}, error = function(e) {
message("Neotoma server not responding. Try again later.")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.