#runapp file
#' IndexFunds
#'
#' It will provide the price of the selected ETF. Already pre-select four tickers of the most promising ETF's to invest.
#'
#'
#' @return shiny app
#'
#' @export
indexfunds <- function(){
shiny::runApp(system.file("indexapp", package = "IndexFunds"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.