data_requestThis is a simple function to set the 'limit' argument in atlas_counts()
using dplyr syntax.
# S3 method for data_request
slice_head(.data, ..., n, prop)An updated object of class data_request, whose limit argument
is set with an integer value provided by n.
An object of class data_request, created using galah_call()
currently ignored
The number of rows to be returned. If data are grouped (using group_by), this operation will be performed on each group.
currently ignored