createLoadModalScript: Launch a Modal on Shiny Page Load Function

View source: R/launchModalOnPageLoad.R

createLoadModalScriptR Documentation

Launch a Modal on Shiny Page Load Function

Description

This function loads a modal after a page is loaded in Shiny.

Usage

createLoadModalScript(modalTag)

Arguments

modalTag

This is the id of the modal that you want launched on page load.

Examples

createLoadModalScript("testModalName")

jsdeherrera/shinyBoots documentation built on March 9, 2024, 3:03 a.m.