showConfirm: Shows a confirm message.

Description Usage Arguments

View source: R/FrissMessageBox.R

Description

Shows a confirm message in the browser and returns result in input$inputName

Usage

1
2
showConfirm(session, inputName, message, okText = "OK",
  cancelText = "Cancel")

Arguments

session

Shiny session object from the server.r page of the app that will use this function

inputName

Name of the input to return the result to.

message

Message to display on the confirm box


ttraboue/FrissMsgBox documentation built on May 17, 2019, 8:17 a.m.