Learn R Programming

animl (version 3.2.0)

save_data: Save Data to Given File

Description

Save Data to Given File

Usage

save_data(data, out_file, prompt = TRUE)

Value

none

Arguments

data

the dataframe to be saved

out_file

the full path of the saved file

prompt

if true, prompts the user to confirm overwrite

Examples

Run this code
if (FALSE) {
 saveData(files,"path/to/newfile.csv")
}

Run the code above in your browser using DataLab