read.adh | R Documentation |
Imports data from ADH format. This format is based on two files: 'adh' that contains ADX header and 'csv' that contains the data.
read.adh(file = "")
file |
exported filename |
## 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.