buttonModal: Button Modal

View source: R/buttonModal.R

buttonModalR Documentation

Button Modal

Description

This function creates a button within a modal that simultaneously closes the current modal and then opens another modal.

Usage

buttonModal(inputId, label)

Arguments

inputId

This is the id of the button.

label

This is the label of the button visible to the user.

Examples

buttonModal("upload-ui", "Upload Data")

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