read.adx | R Documentation |
Imports data from ADX format.
read.adx(file = "")
file |
exported filename |
## Not run: ###dontrunbegin
# create artificial data
adata <- artificial.data(rnd_features = 1000)
write.adx(adata, file = file.path(tempdir(), "adata.adx"), target = "class")
adata <- read.adx(file = file.path(tempdir(), "adata.adx"))
## End(Not run)###dontrunend
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.