| syrona_connect_pg | R Documentation |
For remote databases, typically accessed via SSH tunnel:
ssh -L 5432:localhost:5432 user@server.
syrona_connect_pg(
host = "localhost",
port = 5432,
dbname,
user,
password = NULL,
cdm_schema = "public",
write_schema = cdm_schema
)
host |
Hostname (default |
port |
Port number (default |
dbname |
Database name. |
user |
PostgreSQL username. |
password |
Password. If |
cdm_schema |
Schema with OMOP CDM tables (e.g. |
write_schema |
Schema for cohort/temp tables (e.g. |
Same structure as syrona_connect.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.