Description Usage Value Examples
View source: R/DBI_wrapper_funcs.R
Open a connection to Van Der Linde 2018 PostgreSQL database with basic credentials. The database is hosted on Heroku. The resulting connection can then be interacted with using normal DBI functions, or any other applicable SQL R package. A wrapper around DBI::dbConnect() that avoids having to remember credentials. Uses RPostgres::Postgres() as engine driver.
1 |
Per dbConnect, returns an S4 object that inherits from DBIConnection. This object is used to communicate with the database engine.
1 | db <- ecto_superconnect()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.