Skip to contents

This is a simple function to set the 'limit' argument in atlas_counts() using dplyr syntax.

Usage

# S3 method for data_request
slice_head(.data, ..., n, prop)

Arguments

.data

An object of class data_request, created using galah_call()

...

currently ignored

n

The number of rows to be returned. If data are grouped (using group_by), this operation will be performed on each group.

prop

currently ignored

Value

An updated object of class data_request, whose limit argument is set with an integer value provided by n.