Learn R Programming

cohortBuilder (version 0.2.0)

managing-source: Managing the Source object

Description

The list of methods designed for managing the Source configuration and state.

  • add_step Add step to Source object.

  • rm_step Remove step from Source object.

  • add_filter Add filter to Source step.

  • rm_filter Remove filter from Source step.

  • update_filter Update filter configuration.

Arguments

Value

The object of class `Source` having the modified configuration dependent on the used method.

See Also

managing-cohort