Description Usage Arguments Value Examples
A function that saves a dataframe as a .csv file to the working directory and outputs the path of the file (silentlty)
1 | save_as_csv(x, name = "test.csv")
|
x |
a data frame |
name |
an output name |
the path of where the file was saved
1 2 | head <- head(prenoms) #avoid writing 3M lines
save_as_csv(head,"prenoms.csv")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.