#' interest
#'
#' @title INTEREST
#' @description Run the INTEREST interactive shiny app.
#' @param ... Passed onto [shiny::runApp()].
#' @export
#' @importFrom rlang "!!"
#'
#' @examples
#' \dontrun{
#' library(interest)
#' interest()
#' }
interest <- function(...) {
shiny::runApp(appDir = system.file("application", package = "interest"), ...)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.