Skip to contents

A shiny module. Used to show participant information in a bslib::value_box(). By clicking on the bslib::value_box(), additional participant information will be shown, as well as a selection menu to select a different subject. Once the subject is changed, the active subject_id will be changed in the application.

Usage

mod_navigate_participants_ui(id)

Arguments

id

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

See also

mod_navigate_participants_server() for the server function.