get_from_lup_obj: Get from lookup table object

Description Usage Arguments Value

Description

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).

Usage

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
)

Arguments

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

Value

Return object (an output object of multiple potential types)


readyforwhatsnext/ready4fun documentation built on Nov. 22, 2020, 9:28 p.m.