getVarsEddy: Extract list of eddy covariance tables from HDF5 files
Description
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().
Usage
getVarsEddy(filepath)
Value
A data frame of the metadata for each data table in the HDF5 file
if (FALSE) {
# read variables from a file in a hypothetical filepathec.vars <- getVarsEddy(filepath='/data/NEON.D19.BONA.DP4.00200.001.nsae.2017-12.basic.h5')
}