write_project_csv: Writes csv with overwrite/append options if file exists

Description Usage Arguments

View source: R/write_project_csv.R

Description

Writes csv with overwrite/append options if file exists

Usage

1
2
3
4
5
6
write_project_csv(
  dataframe,
  csv_basename,
  timestamp = TRUE,
  path_folder = "OUTPUT"
)

Arguments

csv_basename

basename without file extension of the output file

timestamp

TRUE if a "_YYYY-MM-DD HH:MM:SS" timestamp is desired in the output filename

path_folder

destination folder name. If this folder does not exist, it will be created.


patelm9/projektoR documentation built on Dec. 18, 2019, 5:55 a.m.