order_list: Order the element of a list by size in decreasing order

Description Usage Arguments Value Examples

View source: R/order_list.R

Description

Order the element of a list by size in decreasing order

Usage

1

Arguments

list

List to order alphabetically

Value

The list ordered

Examples

1
2
list <- list(a="toto",b=c("tyro","totor","cipaille","maple_syrup"),c=c("coconut","rdl"))
order_list(list)

spell098/rnaseq_app documentation built on May 30, 2019, 7:57 a.m.