Description Usage Arguments Value Examples
View source: R/connect_bra08.R
Connect to one of the databases on the bra08 server.
1 | connect_bra08(db = "Rapportage")
|
db |
character variable |
database connection
1 2 3 4 5 | ## Not run:
con <- connect_bra08(db = "Rapportage")
DBI::dbListTables(conn =con)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.