get_omx_attr | R Documentation |
This function reads the SHAPE and VERSION attributes of an OMX file. This is called by several other functions.
get_omx_attr(file)
file |
full path name of the OMX file being read |
A list containing SHAPE
and VERSION
attributes.
omxfile <- omxr_example("skims.omx") get_omx_attr(omxfile)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.