get_data: Get step related data

get_dataR Documentation

Get step related data

Description

Get step related data

Usage

get_data(x, step_id, state = "post", collect = FALSE)

Arguments

x

Cohort object.

step_id

Id of the step from which to source data.

state

Return data before ("pre") or after ("post") step filtering?

collect

Return raw data source ('FALSE') object or collected (to R memory) data ('TRUE').

Value

Subset of Source-specific data connection object or its evaluated version.

See Also

cohort-methods


cohortBuilder documentation built on Sept. 25, 2024, 5:06 p.m.