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

Description Usage Arguments

View source: R/write_project_sql_query_to_csv.R

Description

Writes csv with overwrite/append options if file exists

Usage

1
2
3
4
5
6
7
8
9
write_project_sql_query_to_csv(
  dataframe,
  csv_basename,
  timestamp = FALSE,
  path_folder = "SQL_QUERY_CATALOGUE",
  dbname = "umls",
  schema = "",
  table = "mrconso"
)

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.

dbname

name of database that will be added to the log

schema

name of schema

table

name of table


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