View source: R/final_variable_naming.R
add_test_name_to_vars | R Documentation |
Adds a name to all variables in the dataframe; can specify if the name appears at the beginning or end of the variables
add_test_name_to_vars(.data, test_name, location = 0)
.data |
A data frame, data frame extension (e.g. a tibble), or a lazy data frame (e.g. from dbplyr or dtplyr). |
test_name |
name to be added to all variables; must be quoted (e.g. "name") |
location |
where to append the test_name; 0 = end of variables, 1 = beginning of variables; defaults to 0 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.