connect_to_peekbank | R Documentation |
Connect to Peekbank
connect_to_peekbank(db_version = "current", db_args = NULL, compress = TRUE)
db_version |
String of the name of database version to use |
db_args |
List with host, user, and password defined |
compress |
Flag to use compression protocol (defaults to TRUE) |
con A DBIConnection object for the peekbank database
con <- connect_to_peekbank(db_version = "current", db_args = NULL)
DBI::dbDisconnect(con)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.