standardize_lookup_table {zmisc} | R 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 |
Value
The lookup table as a list.
[Package zmisc version 0.2.3 Index]