various things depending on what is requested.
By default a tibble with a .tag
column and all associated summary values in a nested .content
column.
If a .strata
column is specified the results are filtered to just those that match a given .strata
grouping (i.e. this will be the grouping label on the flowchart). Ungrouped content will have an empty "" as .strata
If .tag
is specified the result will be for a single tag and .content
will be automatically un-nested to give a single un-nested dataframe of the content captured at the .tag
tagged step.
This could be single or multiple rows depending on whether the original data was grouped at the point of tagging.
If both the .tag
and .glue
is specified a .label
column will be computed from .glue
and the tagged content. If the result of this is a single row then just the string value of .label
is returned.
If just the .glue
is specified, an un-nested dataframe with .tag
,.strata
and .label
columns with a label for each tag in each strata.
If this seems complex then the best thing is to experiment until you get the output you want, leaving any .glue
options until you think you know what you are doing. It made sense at the time.