create_sql_table_query: Get Create Table Query

create_sql_table_queryR Documentation

Get Create Table Query

Description

Get the SQL equivalent of creting a table from its tidyverse representation.

Usage

create_sql_table_query(con, df, tbl_name)

Arguments

con

DB connection

df

schema Schema name

tbl_name

The path to the table

Value

SQL query to create the dataframe as a table in a database


gfleetwood/sansor documentation built on Nov. 23, 2022, 10:31 a.m.