addSort

Description

This adds a single sorted column to an ActivityInfo remote records object. Usually one would use the dplyr::arrange verb instead.

Usage

addSort(x, sort)

Arguments

Argument Description
x the remote records object fetched with getRecords .
sort the sort object in the following format: list(list(dir = "ASC", field = "[Name]")) or list(list(dir = "DESC", field = "[Name]"))
Next item
adjustWindow