remove_col_nms_obj_sfcs | R Documentation |
remove_col_nms_obj_sfcs() is a Remove function that edits an object, removing a specified element or elements. Specifically, this function implements an algorithm to remove column names object suffices. The function returns Data (a tibble).
remove_col_nms_obj_sfcs(
data_tb,
complete_cases_1L_lgl = F,
remove_underscore_1L_lgl = T
)
data_tb |
Data (a tibble) |
complete_cases_1L_lgl |
Complete cases (a logical vector of length one), Default: F |
remove_underscore_1L_lgl |
Remove underscore (a logical vector of length one), Default: T |
Data (a tibble)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.