Description Usage Arguments Value Examples
Create a SQL DB conection for alias.
1 | connect_postgres(alias = "rsqlauthandle")
|
alias |
Str. Alias of db server. You need to set the connection before create it |
PqConnection. Return the connection to db
1 2 3 4 5 6 | ## Not run:
library(DBI)
con <- connect_postgres(alias='rsqlauthandle')
dbListTables(con)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.