Skip to contents

This function creates a custom HTML table to display response data in a static, non-interactive format. Unlike `tag_table_response_input`, this table is not intended for data entry or modification by the user in a Shiny session. It provides a read-only view, ideal for reporting or summarizing response data within the VOX Analysis application.

Usage

tag_table_response_results(df_input_response)

Arguments

df_input_response

A `data.frame` containing referent names and their associated responses, typically recorded by the listener. For example data, run `data("df_input_response_example")` or `data("df_input_response_previous_example")`.

Value

An HTML table for displaying response data in a static format.

See also

[tag_table_response_input] for an interactive version that allows data entry.