powered by
This function reads a lookup and its attributes.
read_lookup(file, name)
Path name of the OMX file where the lookup resides.
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.
# NOT RUN { omxfile <- omxr_example("skims.omx") read_lookup(omxfile, "EI") # }
Run the code above in your browser using DataLab