sort_timeDF {timeDF}R 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)

[Package timeDF version 0.9.1 Index]