make_uid_rename_lup | R Documentation |
make_uid_rename_lup() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make unique identifier rename lookup table. The function returns Unique identifier rename lookup table (a tibble).
make_uid_rename_lup(data_tb, id_var_nm_1L_chr = "UID")
data_tb |
Data (a tibble) |
id_var_nm_1L_chr |
Identity variable name (a character vector of length one), Default: 'UID' |
Unique identifier rename lookup table (a tibble)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.