Description Usage Arguments Value Examples
export_data
Export data and labels
1 | export_data(matrix, path = NULL, name)
|
matrix |
numeric matrix; the matrix you wish to save in a format readable by SDA |
path |
character; the directory in which you want the data to be saved, default is current working directory |
name |
character; the name of the data file |
Nothing, the data is saved on disk in the directory specified in the parameter 'path'.
1 2 | data <- simulate_2D_data()
export_data(data$Y, name = "simulated.data")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.