dm_get_con | R Documentation |
dm_get_con()
returns the DBI connection for a dm
object.
This works only if the tables are stored on a database, otherwise an error
is thrown.
dm_get_con(dm)
dm |
A |
All lazy tables in a dm object must be stored on the same database server and accessed through the same connection, because a large part of the package's functionality relies on efficient joins.
The DBI::DBIConnection
object for a dm
object.
dm_financial() %>%
dm_get_con()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.