if(require(webr)) { # This is running in the browser using webr
webr::install("VisualStats", repos = c("https://visualstats.bryer.org/", "https://repo.r-wasm.org/"))
}
library(VisualStats)
library(shiny)
shinyApp(ui = correlation_shiny_ui, server = correlation_shiny_server)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.