arrange {bupaR} | R Documentation |
Arrange log
Description
These objects are imported from other packages. Follow the links below to see their documentation.
- dplyr
Usage
## S3 method for class 'grouped_eventlog'
arrange(.data, ...)
## S3 method for class 'activitylog'
arrange(.data, ...)
Arguments
.data |
|
... |
Variables to arrange on |
Methods (by class)
-
arrange(grouped_eventlog)
: Arrange an eventlog by group, maintaining all groups -
arrange(activitylog)
: Arrange an activitylog
[Package bupaR version 0.5.4 Index]