add_sfcs_to_var_nms: Add suffices to variable names

add_sfcs_to_var_nmsR Documentation

Add suffices to variable names

Description

add_sfcs_to_var_nms() is an Add function that updates an object by adding new values to new or empty fields. Specifically, this function implements an algorithm to add suffices to variable names. The function is called for its side effects and does not return a value.

Usage

add_sfcs_to_var_nms(var_nms_chr, data_tb)

Arguments

var_nms_chr

Variable names (a character vector)

data_tb

Data (a tibble)

Value

No return value, called for side effects.


ready4-dev/bimp documentation built on April 22, 2024, 8:25 a.m.