R/read_hdf.R
read_hdf.Rd
Read .h5 (hdf5) file.
.h5
read_hdf(filename, key)
Filename of data file.
Name of dataset in the file.
Note: Also looks for fields row_names and col_names.
row_names
col_names
if (FALSE) { # \dontrun{ ad <- read_hdf("file.h5") } # }