sort_named_list: Sort named list

View source: R/list_utils.r

sort_named_listR Documentation

Sort named list

Description

Reorder list according to its names.

Usage

sort_named_list(x, decreasing = FALSE)

Arguments

x

a list

decreasing

logical. Should the sort be increasing or decreasing?

Value

sorted list


bioDS/beter documentation built on June 15, 2022, 7:58 a.m.