conditions.event_term: Extract conditions from an event_term.

View source: R/event_vector.R

conditions.event_termR Documentation

Extract conditions from an event_term.

Description

Constructs a vector of condition labels by combining the levels of the categorical events.

Usage

## S3 method for class 'event_term'
conditions(x, drop.empty = TRUE, ...)

Arguments

x

An event_term object.

drop.empty

Logical; if TRUE, conditions with no cells are dropped (default is TRUE).

...

Additional arguments.

Value

A character vector of condition labels.


bbuchsbaum/fmrireg documentation built on March 1, 2025, 11:20 a.m.