Skip to contents

Creates 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.

Usage

generate_row_ids(result)

Arguments

result

A data.frame produced by tplyr_build()

Value

Character vector of row IDs (same length as nrow(result))