sortdataframe: Sort Data Frame

View source: R/functions.r

sortdataframeR Documentation

Sort Data Frame

Description

Sorts a data frame by specified columns

Usage

sortdataframe(x, decreasing = FALSE, by = 1, ...)

Arguments

x

A data frame

decreasing

Logical; should the sort be decreasing?

by

Column names or numbers to sort by

...

Additional arguments passed to order()

Value

Sorted data frame


ccamp83/kinesis documentation built on July 4, 2025, 6:19 p.m.