Basic Data Wrangling for NEON Observational Data
Helper function to remove duplicates from a data table; assumes input ...
Get the data from API
Find all relatives (parents, children, and outward) of a given sample.
Get NEON taxon table
Reformat sample data to indicate the parents of a focal sample.
Join two data tables from NEON Observational System
Remove duplicates from a data table based on a provided primary key; f...
NEON observational data are provided via the NEON Data Portal <https://www.neonscience.org> and NEON API, and can be downloaded and reformatted by the 'neonUtilities' package. NEON observational data (human-observed measurements, and analyses derived from human-collected samples, such as tree diameters and algal chemistry) are published in a format consisting of one or more tabular data files. This package provides tools for performing common operations on NEON observational data, including checking for duplicates and joining tables.
Useful links