
Add follow-up to a query - Shiny module Server
Source:R/mod_query_follow_up.R
      mod_query_follow_up_server.RdAdd follow-up to a query - Shiny module Server
Arguments
- id
 Character string, used to connect the module UI with the module Server.
- r
 Common reactiveValues. Used to access the active
subject_idand the current reviewer's nameuser_name.- selected_query
 A reactive value. Contains a character vector with the query ID, which is the unique identifier of each query.
- db_path
 A character string with the path to the database.