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