View source: R/dm_get_tables.R
dm_get_tables | R Documentation |
dm_get_tables()
returns a named list of dplyr tbl objects
of a dm
object.
dm_get_tables(x, ..., keyed = FALSE)
A named list with the tables (data frames or lazy tables)
constituting the dm
.
dm()
and new_dm()
for constructing a dm
object from tables.
dm_nycflights13() %>%
dm_get_tables()
dm_nycflights13() %>%
dm_get_tables(keyed = TRUE)
dm_nycflights13() %>%
dm_get_tables(keyed = TRUE) %>%
new_dm()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.