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 May 29, 2024, 5:37 a.m.

Related to ev_dplyr in mrgsolve...