R/runapp.R

Defines functions indexfunds

Documented in indexfunds

#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"))

}
unimi-dse/f13b0221 documentation built on Feb. 16, 2020, 12:24 a.m.