Skip to contents

Returns a tplyr_meta object containing the filter expressions that describe the source data for the specified cell.

Usage

tplyr_meta_result(result, row_id, column)

Arguments

result

A data.frame from tplyr_build() built with metadata = TRUE

row_id

Character row ID (from result$row_id or generate_row_ids())

column

Character column name (e.g., "res1")

Value

A tplyr_meta object, or NULL if no metadata for that cell