clean_colnames: clean_colnames

View source: R/clean_colnames.R

clean_colnamesR Documentation

clean_colnames

Description

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

Usage

clean_colnames(data)

Arguments

data

The conventional data.

Value

Data after cleaning variable names.

Examples

data(mushroom)
mushroom.clean <- clean_colnames(data = mushroom)

dataSDA documentation built on July 9, 2023, 7:39 p.m.