create_db_tbl: Create a table inside a database connection

Description Usage Arguments Value

Description

Create a table inside a database connection

Usage

1
2
3
4
5
6
create_db_tbl(x, name, type = c("view", "materialized view", "table"),
  .checks = TRUE, schema = "public")

## S3 method for class 'tbl_sql'
create_db_tbl(x, name, type = c("view", "materialized view",
  "table"), .checks = TRUE, schema = "public")

Arguments

x

An object representing the table to be created in the database

name

The name of the table/view

type

What type of view should be created in the database?

.checks

Should we check for the existence of an object in the database with 'name' name?

schema

schema

Value

Logical indicating whether the view was successfully created.


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