ev_dplyr: dplyr verbs for event objects

mutate.evR Documentation

dplyr verbs for event objects

Description

dplyr verbs for event objects

Usage

## S3 method for class 'ev'
mutate(.data, ...)

## S3 method for class 'ev'
select(.data, ...)

## S3 method for class 'ev'
filter(.data, ...)

Arguments

.data

the event object

...

passed to the dplyr function


mrgsolve documentation built on Aug. 16, 2023, 5:07 p.m.

Related to ev_dplyr in mrgsolve...