Learn R Programming

omxr (version 0.3.3)

get_omx_attr: 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

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

# }

Run the code above in your browser using DataLab