#' Run the NRA Shiny Application
#'
#' @return An object representing the NRA app
#' @export
nraApp <- function(logAsJson = TRUE) {
if (logAsJson) {
rapbase::loggerSetup()
}
shiny::shinyApp(ui = appUi, server = appServer)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.