user_edit_module
user_edit_module(
input,
output,
session,
modal_title,
user_to_edit,
open_modal_trigger,
existing_users
)
Shiny server function input
Shiny sever function output
Shiny server function session
the title for the modal
reactive - a one row data frame of the user to edit from the "app_users" table.
reactive - a trigger to open the modal
reactive data frame of all users of this app. This is used to check that the user does not add a user that already exists.