Description Usage Arguments Value See Also
connect will create and return a connection. connect_local will create and
return a connection that will be automatically disconnected when the current
frame exits.
1 2 3 | connect(x, ...)
connect_local(x, ..., .envir = parent.frame())
|
x |
object that specifies the type of connection to create, e.g. a driver |
... |
other params passed onto methods |
.envir |
the environment to use for scoping |
a connection to a data source
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.