Description Usage Arguments Value Examples
Exporta el dataset a un archivo csv
1 |
data |
el dataset, puede ser un xts o data.frame |
file |
path del archivo a exportar |
el archivo csv
1 2 3 4 | require(xts)
data(sample_matrix)
x <- as.xts(sample_matrix)
export_csv(x, "sample.csv")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.