Learn R Programming

rmcfs (version 1.2.6)

read.adx: Reads data from ADX

Description

Imports data from ADX format.

Usage

read.adx(file = "")

Arguments

file

exported filename

Examples

Run this code
# NOT RUN {
  # 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