View source: R/data_management.R
save_data | R Documentation |
Save Data to Given File
save_data(data, out_file, prompt = TRUE)
data |
the dataframe to be saved |
out_file |
the full path of the saved file |
prompt |
if true, prompts the user to confirm overwrite |
none
## Not run:
saveData(files,"path/to/newfile.csv")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.