powered by
From a sites object,
# S4 method for sites taxa(object)
A data.frame reporting the taxa/data objects, units, elements and other features within a set of records.
data.frame
A sites object.
sites
# \donttest{ somesites <- get_sites(datasettype = "diatom", limit = 3) %>% get_downloads() diatomtaxa <- taxa(somesites) common_taxa <- diatomtaxa %>% dplyr::filter(sites == 3) # }
Run the code above in your browser using DataLab