save_data: Save Data to Given File

View source: R/data_management.R

save_dataR Documentation

Save Data to Given File

Description

Save Data to Given File

Usage

save_data(data, out_file, prompt = TRUE)

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

Value

none

Examples

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

## End(Not run)

icr-ctl/animl documentation built on July 5, 2025, 6:44 a.m.