write_csv: Write Data Frame to CSV File

Description Usage Arguments

View source: R/utils.R

Description

Write Data Frame to CSV File

Usage

1
write_csv(data, file, sep = ";", version = 2, ...)

Arguments

data

data frame

file

path to CSV file to be written

sep

column separator

version

determines which function to use for writing the CSV file 1: write.table, 2: fwrite

...

further arguments passed to write.table or fwrite


KWB-R/fakin.path.app documentation built on Nov. 25, 2020, 10:20 p.m.