add_prefix_to_table_names: Adds a prefix to the names of a table.

Description Usage Arguments

View source: R/add_prefix_to_table_names.R

Description

Adds a prefix to the names of a table.

Usage

1
add_prefix_to_table_names(df, prefix, except = NULL)

Arguments

df

dataframe. The dataframe to change the names of.

prefix

character. The prefix to add to the names.

except

character. A vector of variables to not apply the prefix to.


peterhurford/surveytools2 documentation built on Feb. 18, 2021, 9:13 p.m.