clean_names {thinkr}R Documentation

clean_names

Description

clean_names

Usage

clean_names(dataset, verbose = FALSE, translit = TRUE)

Arguments

dataset

a dataframe

verbose

logical

translit

logical remove non ascii character

Value

a dataframe

Examples

data(iris)
clean_names(iris)


[Package thinkr version 0.16 Index]