saveData {animl}R Documentation

Save Data to Given File

Description

Save Data to Given File

Usage

saveData(data, outfile, prompt = TRUE)

Arguments

data

the dataframe to be saved

outfile

the full path of the saved file

prompt

if true, prompts the user to confirm overwrite

Value

none

Examples

## Not run: 
 saveData(files,"path/to/newfile.csv")

## End(Not run)

[Package animl version 1.1.0 Index]