powered by
List the contents of an OMX file
list_omx(file)
The path to the OMX file.
A list with 5 elements:
the OMX version number
The number of rows in the matrix.
The number of columns in the matrix.
A data.frame identifying the matrices and their attributes
data.frame
A data.frame identifying the lookups and their attributes.
# NOT RUN { omxfile <- omxr_example("skims.omx") list_omx(omxfile) # }
Run the code above in your browser using DataLab