db_list_tables.PrestoConnection | R Documentation |
dbplyr database methods
## S3 method for class 'PrestoConnection'
db_list_tables(con)
## S3 method for class 'PrestoConnection'
db_has_table(con, table)
## S3 method for class 'PrestoConnection'
db_write_table(
con,
table,
types,
values,
temporary = FALSE,
overwrite = FALSE,
...,
with = NULL
)
## S3 method for class 'PrestoConnection'
db_copy_to(
con,
table,
values,
overwrite = FALSE,
types = NULL,
temporary = TRUE,
unique_indexes = NULL,
indexes = NULL,
analyze = TRUE,
...,
in_transaction = TRUE,
with = NULL
)
## S3 method for class 'PrestoConnection'
db_compute(
con,
table,
sql,
temporary = TRUE,
unique_indexes = list(),
indexes = list(),
analyze = TRUE,
with = NULL,
...
)
## S3 method for class 'PrestoConnection'
db_sql_render(con, sql, ..., use_presto_cte = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.