Description Usage Arguments Value
Create a table inside a database connection
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")
|
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 |
Logical indicating whether the view was successfully created.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.