Learn R Programming

zmisc (version 0.2.3)

standardize_lookup_table: Helper function to standardize the lookup_table.

Description

Preprocessing the lookup table to convert it to a list can take some time, so when possible, we want to do it only once. Therefore we offload it to a helper function

Usage

standardize_lookup_table(lookup_table)

Value

The lookup table as a list.

Arguments

lookup_table

The unstandardized lookup table (must still be one of the formats specified for the lookup() function).