View source: R/db_table_names.R
db_table_names | R Documentation |
db_table_names
is useful when preparing a data frame for a SQL insert.
db_table_names(con, table, as_tibble = FALSE)
con |
Database connection. |
table |
Database table. |
as_tibble |
Should the return be a tibble? |
Data frame with zero rows.
Stuart K. Grange
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.