Learn R Programming

omxr (version 0.3.3)

read_lookup: Function to read an OMX lookup

Description

This function reads a lookup and its attributes.

Usage

read_lookup(file, name)

Arguments

file

Path name of the OMX file where the lookup resides.

name

Name of the lookup in the OMX file

Value

A list of two elements:

lookup

The lookup vector.

lookup_dim

String, whether the lookup refers to rows or columns.

Examples

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

# }

Run the code above in your browser using DataLab