#' Graphic User Interface (Shiny App)
#'
#' @description Create a graphic user interface and acquire data
#'
#' @return shiny app
#'
#' @export
#'
GUI <- function(){
shiny::runApp(system.file("shiny/GUI", package = "oandacnh"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.