Skip to contents

A shiny module. Navigates to the subject and form that are mentioned in a selected table row. Designed to be used with DT::datatable(), since these tables can provide a reactive value with the tablerow highlighted on click.

Usage

mod_go_to_form_ui(id, button_text = "Go to form", class = "btn-warning m2")

Arguments

id

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

button_text

Character vector containing the text that will be displayed on the button.

class

Class of the actionButton. Default class is "btn-warning m2".