Description Usage Arguments Examples
Uses "write.csv" with presets to save a .csv of an object and uses the object's name to name the .csv file.
1  | save_csv(object)
 | 
object | 
 the object to save.  | 
1 2  | test <- 1:10
save_csv(test)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.