R/count_bindings.R
set_outer_sort_position.Rd
Set the value of a outer nested count layer to Inf or -Inf
set_outer_sort_position(e, outer_sort_position)
A count_layer object
count_layer
Either 'asc' or 'desc'. If desc the final ordering helper will be set to Inf, if 'asc' the ordering helper is set to -Inf.
The modified count layer.