#' Launch birdcage
#'
#' @param ... Arguments passed to or from other methods.
#'
#' @importFrom shiny runApp
#'
#' @export
launch_birdcage <- function(...) {
runApp(
appDir = system.file("shiny-birdcage", package = "birdcage") ,
...
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.