Learn R Programming

brickster (version 0.2.12)

db_create_table_as_select_values: Create table with explicit schema before inserting values

Description

Create table with explicit schema before inserting values

Usage

db_create_table_as_select_values(
  conn,
  quoted_name,
  value,
  field.types,
  temporary = FALSE,
  overwrite = FALSE
)

Arguments