samples,site-method | R Documentation |
Obtain elements on the samples level
## S4 method for signature 'site'
samples(x)
x |
site object |
data.frame
with sample records
marion <- get_sites(sitename = "Marion Lake") %>%
get_datasets() %>%
filter(datasettype == "pollen") %>%
get_downloads()
pollen <- samples(marion)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.