make_uid_rename_lup: Make unique identifier rename lookup table

make_uid_rename_lupR Documentation

Make unique identifier rename lookup table

Description

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

Usage

make_uid_rename_lup(data_tb, id_var_nm_1L_chr = "UID")

Arguments

data_tb

Data (a tibble)

id_var_nm_1L_chr

Identity variable name (a character vector of length one), Default: 'UID'

Value

Unique identifier rename lookup table (a tibble)


ready4-dev/specific documentation built on Oct. 13, 2023, 7:54 a.m.