View source: R/getTaxonTable.R
getTaxonTable | R Documentation |
This is a function to retrieve a taxon table from the NEON data portal for the taxon type by the enduser.
getTaxonTable(
taxonType = NA,
recordReturnLimit = NA,
stream = "true",
token = NA
)
taxonType |
Character string for the taxonTypeCode. Must be one of ALGAE, BEETLE, BIRD, FISH, HERPETOLOGY, MACROINVERTEBRATE, MOSQUITO, MOSQUITO_PATHOGENS, SMALL_MAMMAL, PLANT, TICK |
recordReturnLimit |
Integer. The number of items to limit the result set to. If NA, will return all records in table. |
stream |
Character string, true or false. Option to obtain the result as a stream. Utilize for large requests. |
token |
User specific API token (generated within neon.datascience user accounts) |
data frame with selected NEON data
Eric R. Sokol esokol@battelleecology.org
License: GNU AFFERO GENERAL PUBLIC LICENSE Version 3, 19 November 2007
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.