Skip to contents

Add follow-up to a query - Shiny module Server

Usage

mod_query_follow_up_server(id, r, selected_query, db_path)

Arguments

id

Character string, used to connect the module UI with the module Server.

r

Common reactiveValues. Used to access the active subject_id and the current reviewer's name user_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.

See also

mod_query_follow_up_server()