powered by
Returns a named vector with the number of rows for each table.
dm_nrow(dm)
A dm object.
dm
A named vector with the number of rows for each table.
# NOT RUN { dm_nycflights13() %>% dm_filter(airports, faa %in% c("EWR", "LGA")) %>% dm_apply_filters() %>% dm_nrow() # }
Run the code above in your browser using DataLab