library(shiny)
library(periscope2)
# Display application info
observeEvent(input$app_info, {
url_params <- get_url_parameters(session)
show_alert(html = TRUE,
showCloseButton = FALSE,
animation = "slide-from-top",
closeOnClickOutside = TRUE,
text = url_params[["passed_paramter"]],
title = "alert title")
})
Run the code above in your browser using DataLab