connect | R Documentation |
Connect to a database using a connection string via DBI/odbc.
connect(
con_str = "Driver={PostgreSQL ANSI};Host=localhost;Port=5432;Database=postgres;"
)
con_str |
A database connection string. |
A database connection.
connect(NULL)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.