View source: R/instance_array_helper.R
get_reduce_fn | R Documentation |
Helper to define a reduction function for combining instances and arrays. Returns a binary function based on the specified options. Typically used by instance_combiner()
and reduce_by_row()
.
get_reduce_fn( combine_instances = c("any", "max", "min", "first", "last", "mean") )
combine_instances |
The method used by For example, when looking up whether a participant is on a medication, the result may differ depending on the instance number. In such a case, one would want to apply the Can be one of:
Functions that call |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.