transform_names: Transform names

transform_namesR Documentation

Transform names

Description

transform_names() 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 names. Function argument names_chr specifies the object to be updated. Argument rename_lup provides the object to be updated. The function returns New names (a character vector).

Usage

transform_names(names_chr, rename_lup, invert_1L_lgl = F)

Arguments

names_chr

Names (a character vector)

rename_lup

Rename (a lookup table)

invert_1L_lgl

Invert (a logical vector of length one), Default: F

Value

New names (a character vector)


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