R/run_shiny_apps.R

# #' @title Start a shiny app to check data stored in a .csv file for model fitting with \code{crwMLE} function.
# #' @description Users can start a beta version of Shiny app that allows for data checking and basic location projection.
# #' @export
# #' @importFrom shiny runApp
# check_csv = function(){
#   appDir <- system.file("shiny_apps", "check_project_data", package = "crawl")
#   if (appDir == "") stop("Could not find shiny app directory. Try re-installing `crawl`.", call. = FALSE)
#   shiny::runApp(appDir, display.mode = "normal")
# }

Try the crawl package in your browser

Any scripts or data that you put into this service are public.

crawl documentation built on Oct. 10, 2022, 1:07 a.m.