sort_timeDF: Function to sort records in timeDF object

View source: R/sort_timeDF.R

sort_timeDFR Documentation

Function to sort records in timeDF object

Description

sort_timeDF function

Usage

sort_timeDF(timeDF, decreasing=FALSE)

Arguments

timeDF

timeDF object

decreasing

boolean value to specify whether the sorting is conducted in decreasing order or not.

Details

sort_timeDF function sorts records in timeDF object.

Value

timeDF object

See Also

timeDF-class

Examples


sort_timeDF(timeDF)

timeDF documentation built on May 29, 2024, 5:12 a.m.