Generate unique row IDs for output rows
generate_row_ids.RdCreates a character ID for each row by combining the layer index and
row label values. These IDs can be used with tplyr_meta_result()
and tplyr_meta_subset() to look up cell metadata.
Arguments
- result
A data.frame produced by
tplyr_build()