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 June 26, 2024, 9:06 a.m.