If defined allows to check the provided description related to source data or configured filters.
description(
x,
field,
step_id,
filter_id,
modifier = getOption("cb_help_modifier", default = function(x) x)
)
Any object (or its subset) attached to Source of filter via description argument.
Cohort object.
Name of the source description field provided as `description` argument to set_source. If missing, `step_id` and `filter_id` are used to return filter description.
Id of the filter step to return description of.
Id of the filter to return description of.
A function taking the description as argument. The function can be used to modify its argument (convert to html, display in browser etc.).
cohort-methods