writeDatFromDataframe | R Documentation |
Method for writing a .dat dataset file in KEEL format given a data.frame dataset
writeDatFromDataframe(data, fileName)
data |
data.frame dataset |
fileName |
String with the file name to store the dataset |
data(iris)
writeDatFromDataframe(iris, paste0(tempdir(), "/iris.dat"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.