Description Usage Arguments Value
This is an example function that connects to a local Docker instance of the GWAS database.
1 2 3 | connect(drv = RPostgres::Postgres(), dbname = "pgwasdb_3011261_qa",
host = "10.5.1.102", port = 5432, user = "pgwasdb_qa_owner",
password = "password")
|
drv |
DBI driver |
dbname |
String name of the database (default: gwasdb) |
host |
Host of database (default: localhost) |
port |
Number (default: 5434) |
user |
String (default: postgres) |
password |
String (default: password) |
A connection object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.