transform_nms_in_mdl_tbl: Transform names in model table

transform_nms_in_mdl_tblR Documentation

Transform names in model table

Description

transform_nms_in_mdl_tbl() 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 in model table. Function argument mdl_tbl_tb specifies the object to be updated. Argument col_nm_1L_chr provides the object to be updated. The function returns Transformed model table (a tibble).

Usage

transform_nms_in_mdl_tbl(
  mdl_tbl_tb,
  col_nm_1L_chr = "Parameter",
  var_nm_change_lup = NULL
)

Arguments

mdl_tbl_tb

Model table (a tibble)

col_nm_1L_chr

Column name (a character vector of length one), Default: 'Parameter'

var_nm_change_lup

Variable name change (a lookup table), Default: NULL

Value

Transformed model table (a tibble)


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