Skip to contents

Helper function to parse list created within trace_formula into a tibble with each cell represented by a row. Called in trace_formula() to generate the $cells component of the output.

Usage

make_tracer_nodes(address_list)

Arguments

address_list

The $raw.tracing component of the results of a trace_formula() call.

Value

tibble summarizing each cell in the tracing. See trace_formula() for details.