shinymaterial (version 0.5.3)

open_material_modal: Open a material modal programmatically.

Description

Open a material modal programmatically (server side).

Usage

open_material_modal(session, modal_id)

Arguments

session

The session object passed to function given to shinyServer.

modal_id

String. The ID of the modal to open.

Examples

Run this code
# NOT RUN {
open_material_modal(session, "example_modal")
# }

Run the code above in your browser using DataLab