transform_dict_with_rename_lup: Transform dictionary with rename lookup table

transform_dict_with_rename_lupR Documentation

Transform dictionary with rename lookup table

Description

transform_dict_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 dictionary with rename lookup table. Function argument dictionary_tb specifies the object to be updated. Argument rename_lup provides the object to be updated. The function returns Transformed dictionary (a tibble).

Usage

transform_dict_with_rename_lup(dictionary_tb, rename_lup)

Arguments

dictionary_tb

Dictionary (a tibble)

rename_lup

Rename (a lookup table)

Value

Transformed dictionary (a tibble)


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