read_lookup | R Documentation |
This function reads a lookup and its attributes.
read_lookup(file, name)
file |
Path name of the OMX file where the lookup resides. |
name |
Name of the lookup in the OMX file |
A list of two elements:
lookup
The lookup vector.
lookup_dim
String, whether the lookup refers to rows or columns.
omxfile <- omxr_example("skims.omx") read_lookup(omxfile, "EI")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.