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)

conservationtechlab/animl documentation built on June 2, 2025, 12:36 p.m.