create_db_tbls: Create a table inside a database connection

Description Usage Arguments

Description

Create a table inside a database connection

Usage

1
2
create_db_tbls(..., type = c("view", "materialized view", "table"),
  .checks = TRUE, schema = "public")

Arguments

...

Name-value pairs of expressions. The name will be the name of the materialized view, and the expression should be the name of the 'tbl_dbi'

type

The type of table/view to create

.checks

Perform checks to make sure materialized view doesn't already exist?

schema

database schema in which to place


dshurick/shurtools documentation built on May 25, 2019, 4:25 p.m.