caixeta <- read.table(file = "caixeta.csv", sep = ",", header = TRUE) dim(caixeta) names(caixeta) str(caixeta) head(caixeta)