arrange {bupaR}R Documentation

Arrange log

Description

Arrange log

Usage

arrange(.data, ..., .by_group = FALSE)

## S3 method for class 'grouped_eventlog'
arrange(.data, ...)

## S3 method for class 'activitylog'
arrange(.data, ...)

Arguments

.data

log: Object of class eventlog or activitylog.

...

Additional arguments passed to dplyr

.by_group

If TRUE, will sort first by grouping variable. Applies to grouped data frames only.

Methods (by class)


[Package bupaR version 0.5.5 Index]