powered by
dm
zoomed_dm
This function has methods for both dm classes:
With pull_tbl.dm() you can chose which table of the dm you want to retrieve.
pull_tbl.dm()
With pull_tbl.zoomed_dm() you will retrieve the zoomed table in the current state.
pull_tbl.zoomed_dm()
pull_tbl(dm, table)
A dm object.
One unquoted table name for pull_tbl.dm(), ignored for pull_tbl.zoomed_dm().
The requested table
# NOT RUN { # both examples lead to the same tibble: dm_nycflights13() %>% pull_tbl(airlines) dm_nycflights13() %>% dm_zoom_to(airlines) %>% pull_tbl() # }
Run the code above in your browser using DataLab