h5_write_mat: write a simple matrix to a hdf5 file

View source: R/h5_write_mat.R

h5_write_matR Documentation

write a simple matrix to a hdf5 file

Description

write a simple matrix to a hdf5 file

Usage

h5_write_mat(m, filename, filepath = "")

Arguments

m

matrix with > 0 rows and > 0 named columns

filename

filename of hdf5 file to be written to

filepath

optional, path where the file should be stored. Only necessary, if the directory does not yet exist, otherwise it can be supplied as part of filename

Value

NULL, write to file


MarianSchoen/DMC documentation built on Aug. 2, 2022, 3:05 p.m.