Learn R Programming

omxr (version 0.3.3)

list_omx: List the contents of an OMX file

Description

List the contents of an OMX file

Usage

list_omx(file)

Arguments

file

The path to the OMX file.

Value

A list with 5 elements:

Version

the OMX version number

Rows

The number of rows in the matrix.

Columns

The number of columns in the matrix.

Matrices

A data.frame identifying the matrices and their attributes

Lookups

A data.frame identifying the lookups and their attributes.

Examples

Run this code
# NOT RUN {
omxfile <- omxr_example("skims.omx")
list_omx(omxfile)

# }

Run the code above in your browser using DataLab