retrieve_code: Retrieve code

View source: R/divipola.R

retrieve_codeR Documentation

Retrieve code

Description

Retrieve code from list of codes, matching an input token against a list of fixed tokens.

Usage

retrieve_code(input_token, fixed_tokens, codes_list)

Arguments

input_token

Input token to search in fixed tokens.

fixed_tokens

Vector of tokens to match against.

codes_list

Vector of target codes.

Value

character containing the matched code.


ColOpenData documentation built on April 4, 2025, 12:17 a.m.