sortbyitsnames: sortbyitsnames

View source: R/CodeAndRoll2.R

sortbyitsnamesR Documentation

sortbyitsnames

Description

Sort a vector or list by the alphanumeric order of its names (instead of its values).

Usage

sortbyitsnames(vec_or_list, decreasing = FALSE, ...)

Arguments

vec_or_list

A vector or list.

decreasing

Logical. Whether to sort in decreasing order.

...

Additional arguments passed to mixedsort().

Value

A sorted vector or list.


vertesy/CodeAndRoll2 documentation built on Nov. 20, 2024, 5:23 a.m.