dm_nrow: Number of rows

View source: R/filter-helpers.R

dm_nrowR Documentation

Number of rows

Description

Returns a named vector with the number of rows for each table.

Usage

dm_nrow(dm)

Arguments

dm

A dm object.

Value

A named vector with the number of rows for each table.

Examples


dm_nycflights13() %>%
  dm_filter(airports = (faa %in% c("EWR", "LGA"))) %>%
  dm_nrow()


krlmlr/dm documentation built on April 19, 2024, 5:23 p.m.