retrieve_code | 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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.