Last data update: 2014.03.03

R: Sort data
dpa.sort.dataR Documentation

Sort data

Description

Sorts the dataset according to run or job first and time second.

Usage

dpa.sort.data(dataframe = NULL, tickColumn = NULL, runColumn = NULL)

Arguments

dataframe

The dataset to be sorted

tickColumn

The column depicting time

runColumn

The column depicting job or run

Author(s)

Emile J.L. Chappin

References

http://www.chappin.com

Examples

#dpa.sort.data(dataframe = NULL, tickColumn = NULL, runColumn = NULL)

Results