Learn R Programming

neonUtilities (version 1.3.6)

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)

Arguments

filepath

The folder containing the H5 file [character]

Value

A data frame of the metadata for each data table in the HDF5 file

References

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

Examples

Run this code
# 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')
# }

Run the code above in your browser using DataLab