get_omx_attr: Read OMX attributes

View source: R/attributes.R

get_omx_attrR Documentation

Read OMX attributes

Description

This function reads the SHAPE and VERSION attributes of an OMX file. This is called by several other functions.

Usage

get_omx_attr(file)

Arguments

file

full path name of the OMX file being read

Value

A list containing SHAPE and VERSION attributes.

Examples

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


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