db_details_insert | R Documentation |
Function to return some high level details about a database.
db_details_insert(con, table = "database_details", print = FALSE)
con |
Database connection. |
table |
Database table to insert details into. |
print |
Should |
Invisible con
.
Stuart K. Grange.
## Not run:
# Get some information about the database and insert into table
db_details_insert(con)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.