powered by
Save Data to Given File
saveData(data, outfile, prompt = TRUE)
none
the dataframe to be saved
the full path of the saved file
if true, prompts the user to confirm overwrite
if (FALSE) { saveData(files,"path/to/newfile.csv") }
Run the code above in your browser using DataLab