create_omx: Create an OMX file

View source: R/read_write_omx.R

create_omxR Documentation

Create an OMX file

Description

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.

Usage

create_omx(file, numrows, numcols, level = 1)

Arguments

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 numrows.

level

Compression level. Default 1.

Value

None


gregmacfarlane/omxr documentation built on May 7, 2022, 11:42 a.m.