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


AtlasOfLivingAustralia/galah documentation built on Feb. 8, 2025, 9:25 a.m.