write_sql_to_drop_create_table_from_df: Writes a DROP TABLE and CREATE TABLE sql statement for a...

Description Usage Arguments

View source: R/write_sql_to_drop_create_table_from_df.R

Description

Writes a DROP TABLE and CREATE TABLE sql statement for a given dataframe

Usage

1
2
3
4
5
write_sql_to_drop_create_table_from_df(
  dataframe,
  to_table_name,
  add_to_varchar = 10
)

Arguments

dataframe

dataframe to be loaded into table

to_table_name

name of the table that the dataframe will be loaded into

add_to_varchar

integer that is added to the character count for good measure.


patelm9/seagull documentation built on July 19, 2020, 5:52 a.m.