Learn R Programming

animl (version 1.1.0)

saveData: Save Data to Given File

Description

Save Data to Given File

Usage

saveData(data, outfile, prompt = TRUE)

Value

none

Arguments

data

the dataframe to be saved

outfile

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