saveData: Save Data to Given File

View source: R/dataManagement.R

saveDataR 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)

icr-ctl/animl documentation built on July 15, 2024, 7:24 p.m.