R/main_func.R

Defines functions main_func

Documented in main_func

# Main Function
#' @title Main Function to call sub functions
#' @description This function is called to invoke all the other functions.
#' @return imports the data from the file and runs the shiny app.
#' @examples main_func()
#' @export
main_func <- function(){
        import_data()
        run_shiny_app()

}
unimi-dse/a2b3bab6 documentation built on Feb. 22, 2020, 5:43 a.m.