Description Usage Arguments Value
Connect PostgreSQL
1 2 3 4 5 6 7 8 | nhs_Connect(
user = "postgres",
password = "pg",
dbname = "nhanes",
host = "localhost",
port = 5432,
...
)
|
user |
user, default is 'postgres' |
password |
password, default is 'pg' |
dbname |
database name, default is 'nhanes' |
host |
default is 'localhost' |
port |
default is 5432 |
... |
passed to DBI::dbConnect() |
connection with PostgreSQL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.