Nothing
# #' @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")
# }
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.