tests/arff.R

library("foreign")
df <- read.arff("contact-lenses.arff")
summary(df)
str(df)
q()

Try the foreign package in your browser

Any scripts or data that you put into this service are public.

foreign documentation built on Sept. 10, 2023, 1:08 a.m.