Arguments
- x
A tof_tbl.
- ...
Unused.
- group_cols
Unquoted names of the columns in `x` that should be used to group cells into separate
flowFrame
s. Supports tidyselect helpers. Defaults to NULL (all cells are written into a singleflowFrame
). Note that the metadata column name "name" is a special value in theflowSet
) class, so if any of `group_cols` refers to a column named "name," an error will be thrown.