getVarsEddy | R Documentation |
Extracts a list of table metadata from a single HDF5 file. Specific to eddy covariance data product: DP4.00200.001. Can inform inputs to stackEddy(); variables listed in 'name' are available inputs to the 'var' parameter in stackEddy().
getVarsEddy(filepath)
filepath |
The folder containing the H5 file [character] |
A data frame of the metadata for each data table in the HDF5 file
Claire Lunch clunch@battelleecology.org
License: GNU AFFERO GENERAL PUBLIC LICENSE Version 3, 19 November 2007
## Not run:
# read variables from a file in a hypothetical filepath
ec.vars <- getVarsEddy(filepath='/data/NEON.D19.BONA.DP4.00200.001.nsae.2017-12.basic.h5')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.