transform_predr_nm_part_of_phrases | R Documentation |
transform_predr_nm_part_of_phrases() 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 predictor name part of phrases. Function argument phrases_chr specifies the object to be updated. Argument old_nms_chr provides the object to be updated. The function returns Transformed phrases (a character vector).
transform_predr_nm_part_of_phrases(
phrases_chr,
old_nms_chr = NULL,
new_nms_chr = NULL
)
phrases_chr |
Phrases (a character vector) |
old_nms_chr |
Old names (a character vector), Default: NULL |
new_nms_chr |
New names (a character vector), Default: NULL |
Transformed phrases (a character vector)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.