# Load rmcfs library.
library(rmcfs)
# Load alizadeh dataset.
data(alizadeh)
d <- alizadeh
write.adh(d, file = file.path(tempdir(), "alizadeh.adh"), target = "class")
d <- read.adh(file = file.path(tempdir(), "alizadeh.adh"))
Run the code above in your browser using DataLab