parse_hdf5_df: Simple parses for hdf5 metadata into a data.frame.

View source: R/inspre_h5.R

parse_hdf5_dfR Documentation

Simple parses for hdf5 metadata into a data.frame.

Description

Note that this was written with GPWS data in mind, thus it can be used to parse the 'obs' and 'var' matrices that correspond to the columns and rows of the data object stored under 'X' in those files. YMMV for other hdf5 files.

Usage

parse_hdf5_df(hfile, entry = "obs")

Arguments

hfile

hdf5r object.

entry

String. Name of the entry in the hfile to parse.


brielin/inspre documentation built on Dec. 3, 2023, 4:55 a.m.