Use the shiny::showModal() function to show the R code inside.
Usage
show_rcode_modal(title = NULL, rcode, session = getDefaultReactiveDomain())Arguments
- title
(
character(1)) Title of the modal, displayed in the first comment of theRcode.- rcode
(
character) vector withRcode to show inside the modal.- session
(
ShinySession) optionalshinysession object, defaults toshiny::getDefaultReactiveDomain().