View source: R/fetch_postgres.R
fetch_postgres | R Documentation |
Fetch data for a single table from the postgres database
fetch_postgres(
tbl,
projectkey,
user,
password,
schema = "dimadev",
host = "128.123.177.184",
port = 5435,
dbname = "postgres"
)
fetch_projectkeys(
schema,
host = "128.123.177.184",
port = 5435,
dbname = "postgres",
user,
password
)
fetch_DBKeys(
schema,
host = "128.123.177.184",
port = 5435,
dbname = "postgres",
user,
password
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.