Description Usage Arguments Value Examples
Save as csv function
1 | save_as_csv(dataset, filename, row.names = FALSE, ...)
|
dataset |
the dataset you work with |
filename |
the file you want to read |
row.names |
the list of the names of the row |
a dataframe
1 2 3 4 | ## Not run:
save_as_csv(dataset_name, myfile_with_a_csv_extension)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.