h5_write_mat | R Documentation |
write a simple matrix to a hdf5 file
h5_write_mat(m, filename, filepath = "")
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 |
NULL, write to file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.