writefile: save csv file with asking if the file already exists.

View source: R/beginr.R

writefileR Documentation

save csv file with asking if the file already exists.

Description

save csv file with asking if the file already exists.

Usage

writefile(data, writefile, row.names = FALSE)

Arguments

data

a data frame

writefile

destination file

row.names

logical

Value

write a file


pzhaonet/beginr documentation built on July 19, 2023, 1:57 p.m.