standardize_lookup_table: Helper function to standardize the 'lookup_table'.

View source: R/lookup.R

standardize_lookup_tableR Documentation

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)

Arguments

lookup_table

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

Value

The lookup table as a list.


zmisc documentation built on Aug. 22, 2023, 5:07 p.m.