Skip to contents

[Experimental]

Usage

# S3 method for data_request
count(x, ..., wt, sort, name, type = c("record", "species"))

Arguments

x

An object of class data_request, created using galah_call()

...

currently ignored

wt

currently ignored

sort

currently ignored

name

currently ignored

type

string: one of c("record", "species"). Defaults to "record". If "species", the number of species matching the criteria will be returned, if "record", the number of records matching the criteria will be returned.

See also

atlas_counts(), with which this function is synonymous.