read_h5_table: Read a tibble from a tabular HDF5 file.

Description Usage Arguments Value

View source: R/funcs.R

Description

Read a tibble from a tabular HDF5 file.

Usage

1
read_h5_table(file, tablename, first = 1L, last = NULL, columns = NULL)

Arguments

file

an H5File object representing an HDF5 "tabular data" file, or the name of a file.

tablename

The name of the table to be read.

first

first index to read; must be >= 1

last

last index to read; NULL means read to end of data; must be >= first

columns

vector of column names to read; if NULL, read all columns

Value

a tibble containing the data read from the named table.


marcpaterno/h5tables documentation built on July 20, 2020, 11:14 p.m.