display {shiny.info} | R Documentation |
Display message on the top-right corner
Description
Display message on the top-right corner
Usage
display(message, position = "top right", type = "message")
Arguments
message |
character with any message you want |
position |
character with position of the parameter. Default "top right". |
type |
character with display type to specify the id. Default to "message" |
Value
div which wraps your message to display it in the position corner of your shiny app.
[Package shiny.info version 0.2.0 Index]