transform_ds_with_rename_lup: Transform dataset with rename lookup table

transform_ds_with_rename_lupR Documentation

Transform dataset with rename lookup table

Description

transform_ds_with_rename_lup() is a Transform function that edits an object in such a way that core object attributes - e.g. shape, dimensions, elements, type - are altered. Specifically, this function implements an algorithm to transform dataset with rename lookup table. The function returns Tfmd dataset (a tibble).

Usage

transform_ds_with_rename_lup(ds_tb, rename_lup, target_var_nms_chr = NULL)

Arguments

ds_tb

Dataset (a tibble)

rename_lup

Rename (a lookup table)

target_var_nms_chr

Target variable names (a character vector), Default: NULL

Value

Tfmd dataset (a tibble)


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