retrieve_code {ColOpenData} | R Documentation |
Retrieve code from list of codes, matching an input token against a list of fixed tokens.
retrieve_code(input_token, fixed_tokens, codes_list)
input_token |
Input token to search in fixed tokens. |
fixed_tokens |
Vector of tokens to match against. |
codes_list |
Vector of target codes. |
character containing the matched code.