View source: R/filter-helpers.R
dm_nrow | R Documentation |
Returns a named vector with the number of rows for each table.
dm_nrow(dm)
dm |
A |
A named vector with the number of rows for each table.
dm_nycflights13() %>%
dm_filter(airports = (faa %in% c("EWR", "LGA"))) %>%
dm_nrow()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.