adjustWindow: Adjust the offset and limit of a remote records object

View source: R/records.R

adjustWindowR Documentation

Adjust the offset and limit of a remote records object

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

x

the remote records object fetched with getRecords.

offSet

an integer. Default is 0L for no offset.

limit

an integer. Optional.


bedatadriven/activityinfo-R documentation built on Dec. 21, 2024, 8:23 a.m.