View source: R/write_project_sql_query_to_csv.R
Writes csv with overwrite/append options if file exists
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"
)
|
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.