View source: R/db_table_permissions.R
db_table_permissions | R Documentation |
Currently, db_table_permissions
only supports Postgres databases.
db_table_permissions(con, user = NA, table = NA)
con |
A database connection. |
user |
A vector of database users. |
table |
A vector of database tables. |
Tibble.
Stuart K. Grange
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.