all_Tidynames: Tidy column names in any data frame.

Description Usage Arguments Value Examples

View source: R/all_Tidyname.R View source: R/all_Tidynames.R

Description

Column names are extremely important for programs to work smoothly. This function can be used during the first stage to standardize column names. This uses the make.names function and returns the new data frame with tidy names.

Column names are extremely important for programs to work smoothly. This function can be used during the first stage to standardize column names. This uses the make.names function and returns the new data frame with tidy names.

Usage

1
2
3

Arguments

df

A dataframe object

df

A dataframe object

Value

A data frame with tidy column names

A data frame with tidy column names

Examples

1
2
3

weverkaj/RMN documentation built on July 26, 2019, 10:34 p.m.