sort.trackeRdata {trackeR}R Documentation

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 class '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.


[Package trackeR version 1.6.0 Index]