Skip to content
Permalink
develop
Go to file
 
 
Cannot retrieve contributors at this time
28 lines (24 sloc) 612 Bytes
#' @title Launch Shiny App
#' @description Launches shiny app
#' @section Deprecated Function:
#' \code{launch_descriptr()} has been deprecated. Instead
#' use \code{ds_launch_shiny_app()}.
#' @examples
#' \dontrun{
#' ds_launch_shiny_app()
#' }
#' @export
#'
ds_launch_shiny_app <- function() {
check_suggests('xplorerr')
check_suggests('haven')
check_suggests('jsonlite')
check_suggests('readr')
check_suggests('readxl')
check_suggests('shinyBS')
check_suggests('shinycssloaders')
check_suggests('shinythemes')
check_suggests('stringr')
check_suggests('lubridate')
xplorerr::app_descriptive()
}
You can’t perform that action at this time.