Skip to contents

This function creates a custom HTML table to display the prompt hierarchy on the results page of the VOX Analysis application. It provides a structured, read-only view of the hierarchy, which is generated based on the intervention steps for the speaker.

Usage

tag_table_prompt_hierarchy(table_prompt_hierarchy)

Arguments

table_prompt_hierarchy

A `data.frame` generated by `table_prompt_hierarchy`.

Value

An HTML table displaying the prompt hierarchy in a static format for reporting purposes.

See also

[table_prompt_hierarchy] for generating the input data frame that defines the prompt hierarchy.