add_uids_to_tbs_ls: Add unique identifiers to tibbles list

add_uids_to_tbs_lsR Documentation

Add unique identifiers to tibbles list

Description

add_uids_to_tbs_ls() is an Add function that updates an object by adding new values to new or empty fields. Specifically, this function implements an algorithm to add unique identifiers to tibbles list. The function returns Tibbles (a list).

Usage

add_uids_to_tbs_ls(tbs_ls, prefix_1L_chr, id_var_nm_1L_chr = "fkClientID")

Arguments

tbs_ls

Tibbles (a list)

prefix_1L_chr

Prefix (a character vector of length one)

id_var_nm_1L_chr

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

Value

Tibbles (a list)


ready4-dev/youthvars documentation built on Nov. 15, 2024, 6:02 a.m.