read.adh: Reads data from ADH

View source: R/rmcfs.io.R

read.adhR Documentation

Reads data from ADH

Description

Imports data from ADH format. This format is based on two files: 'adh' that contains ADX header and 'csv' that contains the data.

Usage

read.adh(file = "")

Arguments

file

exported filename

Examples

  ## Not run: ###dontrunbegin

  # create artificial data
  adata <- artificial.data(rnd_features = 1000)

  write.adh(adata, file = file.path(tempdir(), "adata.adh"), target = "class")
  adata <- read.adh(file = file.path(tempdir(), "adata.adh"))
  
  
## End(Not run)###dontrunend

rmcfs documentation built on Sept. 11, 2024, 8:41 p.m.

Related to read.adh in rmcfs...