Description Usage Arguments Value Examples
Connect to a Doorda database
1 2 3 4 5 6 7 | DoordaHost(...)
## S4 method for signature 'DoordaHostDriver'
dbConnect(drv, catalog, schema, user, password, ...)
## S4 method for signature 'DoordaHostConnection'
dbDisconnect(conn)
|
... |
currently ignored |
drv |
A driver object generated by |
catalog |
The catalog to be used |
schema |
The schema to be used |
user |
The current user |
password |
The current users password |
conn |
A |
[DoordaHost] A DoordaHostDriver
object
[dbConnect] A DoordaHostConnection
object
[dbDisconnect] A logical
value indicating success
1 2 3 4 5 6 7 | ## Not run:
conn <- dbConnect(DoordaHost(), catalog = 'hive', schema = 'default',
user = 'onur', password = 'pwd')
dbListTables(conn, '%_iris')
dbDisconnect(conn)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.