6 lines
82 B
R
Raw Normal View History

2025-01-12 00:52:51 +08:00
library("foreign")
df <- read.arff("contact-lenses.arff")
summary(df)
str(df)
q()