Description Usage Arguments Value
get_from_lup_obj() is a Get function that retrieves a pre-existing data object from memory, local file system or online repository. Specifically, this function implements an algorithm to get from lookup table object. Function argument data_lookup_tb specifies the where to look for the required object. The function returns Return object (an output object of multiple potential types).
1 2 3 4 5 6 7 | get_from_lup_obj(
data_lookup_tb,
match_value_xx,
match_var_nm_1L_chr,
target_var_nm_1L_chr,
evaluate_lgl = TRUE
)
|
data_lookup_tb |
Data lookup (a tibble) |
match_value_xx |
Match value (an output object of multiple potential types) |
match_var_nm_1L_chr |
Match var name (a character vector of length one) |
target_var_nm_1L_chr |
Target var name (a character vector of length one) |
evaluate_lgl |
Evaluate (a logical vector), Default: TRUE |
Return object (an output object of multiple potential types)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.