Learn R Programming

neonUtilities (version 2.4.3)

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

Arguments

filepath

The folder containing the H5 file [character]

Author

Claire Lunch clunch@battelleecology.org

References

License: GNU AFFERO GENERAL PUBLIC LICENSE Version 3, 19 November 2007

Examples

Run this code
if (FALSE) {
# 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')
}

Run the code above in your browser using DataLab