Learn R Programming

Tplyr (version 1.2.1)

set_outer_sort_position: Set the value of a outer nested count layer to Inf or -Inf

Description

Set the value of a outer nested count layer to Inf or -Inf

Usage

set_outer_sort_position(e, outer_sort_position)

Value

The modified count layer.

Arguments

e

A count_layer object

outer_sort_position

Either 'asc' or 'desc'. If desc the final ordering helper will be set to Inf, if 'asc' the ordering helper is set to -Inf.