add_sfcs_to_var_nms | R Documentation |
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.
add_sfcs_to_var_nms(var_nms_chr, data_tb)
var_nms_chr |
Variable names (a character vector) |
data_tb |
Data (a tibble) |
No return value, called for side effects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.