Get NEON taxon table
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
# taxonTypeCode must be one of # ALGAE, BEETLE, BIRD, FISH, # HERPETOLOGY, MACROINVERTEBRATE, # MOSQUITO, MOSQUITO_PATHOGENS, # SMALL_MAMMAL, PLANT, TICK ################################# # return the first 4 fish records taxa_table <- getTaxonTable('FISH', recordReturnLimit = 4)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.