slice: Slice function for event log

sliceR Documentation

Slice function for event log

Description

These objects are imported from other packages. Follow the links below to see their documentation.

dplyr

slice

Usage

## S3 method for class 'log'
slice(.data, ...)

## S3 method for class 'grouped_log'
slice(.data, ...)

## S3 method for class 'eventlog'
slice_activities(.data, ...)

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

## S3 method for class 'grouped_log'
slice_activities(.data, ...)

## S3 method for class 'eventlog'
slice_events(.data, ...)

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

Methods (by class)

  • slice(log): Slice n cases of a log

  • slice(grouped_log): Slice grouped log: take slice of cases from each group.

Functions

  • slice_activities(eventlog): Take a slice of activity instances from event log

  • slice_activities(activitylog): Take a slice of activity instances from activity log

  • slice_activities(grouped_log): Take a slice of activity instances from grouped event log

  • slice_events(eventlog): Take a slice of events from event log

  • slice_events(grouped_eventlog): Take a slice of events from grouped event log


bupaR documentation built on April 3, 2023, 5:23 p.m.