list_omx: List the contents of an OMX file

View source: R/attributes.R

list_omxR Documentation

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

omxfile <- omxr_example("skims.omx")
list_omx(omxfile)


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