Skip to contents

"Filters" are arguments of the form field logical value that are used to narrow down the number of records returned by a specific query. For example, it is common for users to request records from a particular year (year == 2020), or to return all records except for fossils (basisOfRecord != "FossilSpecimen").

[Experimental]

Usage

# S3 method for data_request
filter(.data, ...)

Arguments

.data

An object of class data_request, created using galah_call()

...

filters, in the form field logical value

See also

galah_filter(), with which this function is synonymous.