View source: R/read_write_omx.R
create_omx | R Documentation |
This function creates an OMX file, establishes the shape attribute (number of rows and columns) and version attribute, and creates the data and lookup groups.
create_omx(file, numrows, numcols, level = 1)
file |
Full path name of the OMX file to create. |
numrows |
Number of rows that all matrices in the file will have. |
numcols |
Number of columns that all matrices in the file will have.
Defaults to |
level |
Compression level. Default |
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.