Learn R Programming

dataSDA (version 0.1.2)

clean_colnames: clean_colnames

Description

This function is used to clean up variable names to conform to the RSDA format.

Usage

clean_colnames(data)

Value

Data after cleaning variable names.

Arguments

data

The conventional data.

Examples

Run this code
data(mushroom)
mushroom.clean <- clean_colnames(data = mushroom)

Run the code above in your browser using DataLab