Clean names

clean_names(x)

Arguments

x

the object with names to be cleaned

Value

A data frame with names in lowercase, spaces as underscores and brackets and forward slashes removed

Examples

if (FALSE) df <- clean_name(df)