clean_DF cleans SPSS imported data of it's many labels and attributed, for easier reading and handling in R

clean_DF(data)

Arguments

data

a data.frame

Value

a cleaned data.frame

Examples

if (FALSE) { clean_DF(data) }