loadfl.h5: Load data from an array of hdf5files, output a list of...

Description Usage Arguments Value Examples

View source: R/h5.tools.R

Description

Load data from an array of hdf5files, output a list of numeric arrays

Usage

1
loadfl.h5(h5_file_list, element, element_names = NULL)

Arguments

h5_file_list

[1,M] character, An array of full file names

element

character, Data element to load

element_names

[1,M] character, Optional names for the list elements

Value

A named list of data matrices

Examples

1
2
3
4
5
6
## Not run: 
h5_file_list <- c('file1.h5','file2.h5')
element <- '/erp'
loadfl.h5(h5_file_list, element)

## End(Not run)

jutako/Rtools documentation built on May 29, 2019, 4:52 p.m.