Description
This adds a single sorted column to an ActivityInfo remote records object. Usually one would use the dplyr::slice_head or dplyr::slice_tail verbs instead.
Usage
adjustWindow(x, offSet = 0L, limit)
Arguments
| Argument | Description | 
|---|---|
| x | the remote records object fetched with getRecords . | 
| offSet | an integer. Default is 0L for no offset. | 
| limit | an integer. Optional. |