read.data.frame: Read an ntuple from an HDF5 ntuple file.

Description Usage Arguments Value

View source: R/functions.R

Description

Read a Group in an HDF5 ntuple file, returning a data.frame. The Datasets in the Group will form columns in the data.frame. Datasets that are 2-dimenionsal arrays will be broken into one column for each column in the array.

Usage

1
read.data.frame(hfile, groupname)

Arguments

hfile

The H5File object, as created by h5file.

groupname

character vector, the name of the Group to be read. Must be length 1.

Value

a data.frame, containing as columns the Datasets in the Group


marcpaterno/rgallery documentation built on May 20, 2019, 3:32 p.m.