count.data_request: Count the observations in each group

View source: R/count-data_request.R

count.data_requestR Documentation

Count the observations in each group

Description

count() lets you quickly count the unique values of one or more variables. It is evaluated lazily.

Usage

## S3 method for class 'data_request'
count(x, ..., wt, sort, name)

Arguments

x

An object of class data_request, created using galah_call()

...

currently ignored

wt

currently ignored

sort

currently ignored

name

currently ignored


galah documentation built on April 4, 2025, 1:12 a.m.