do_read_h5_table: do_read_h5_table

Description Usage Arguments Value

View source: R/funcs.R

Description

do_read_h5_table

Usage

1
do_read_h5_table(h5f, tablename, first, last, columns)

Arguments

h5f

an open H5File object.

tablename

The name of the table to be read.

first

index of the first row to read

last

index of the last row to read

columns

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

Value

a tibble, created from the table.


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