
Summarize Responses by Type
util_summarize_response.Rd
This utility function aggregates responses by type (e.g., Conversing, Labeling, Echoing, Requesting) within the VOX Analysis application. It calculates the total count for each response type, providing a summary that can be used for further analysis or visualization.
Examples
# Load example data
data("df_input_response_example")
# Summarize responses by type
util_summarize_response(
df_input_response = df_input_response_example
)
#> # A tibble: 1 × 5
#> date_of_evaluation labeling echoing requesting conversing
#> <chr> <dbl> <dbl> <dbl> <dbl>
#> 1 2024-10-28 4 5 2 1