trackeR (version 1.5.2)

sort.trackeRdata: Sort sessions in trackeRdata objects

Description

Sort the sessions trackeRdata objects into ascending or descending order according to the first session timestamp.

Usage

# S3 method for trackeRdata
sort(x, decreasing = FALSE, ...)

Arguments

x

A trackeRdata object.

decreasing

Logical. Should the objects be sorted in increasing or decreasing order?

...

Currently not used.