list_omx | R Documentation |
List the contents of an OMX file
list_omx(file)
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
A data.frame
identifying the lookups and their
attributes.
omxfile <- omxr_example("skims.omx") list_omx(omxfile)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.