Skip to contents

This Shiny module provides a user interface and server function that allows the user to specify their current evaluation date when they are appending new records to an existing data set.

Usage

mod_evaluation_date_entry_server(
  id,
  df_input_speaker_info,
  df_input_response_previous
)

mod_evaluation_date_entry_ui(id)

Arguments

id

The namespace `id`, used to uniquely identify Shiny modules and UI components within the VOX Analysis package.

df_input_speaker_info

A `data.frame` containing general information about a speaker (the subject of the VOX Analysis), as provided by the user. For an example, run `data("df_input_speaker_info")`.

df_input_response_previous

A `data.frame` similar to `df_summarized_response` but represents past evaluations uploaded by the end user to distinguish prior assessments from current ones.