epitweetr_app: Run the epitweetr Shiny app

View source: R/shiny-app.R

epitweetr_appR Documentation

Run the epitweetr Shiny app

Description

Open the epitweetr Shiny app, used to setup the Data collection & processing pipeline, the Requirements & alerts pipeline and to visualise the outputs.

Usage

epitweetr_app(data_dir = NA)

Arguments

data_dir

Path to the 'data directory' containing application settings, models and collected tweets. If not provided the system will try to reuse the existing one from last session call of setup_config or use the EPI_HOME environment variable, default: NA

Details

The epitweetr app is the user entry point to the epitweetr package. This application will help the user to setup the tweet collection process, manage all settings, see the interactive dashboard visualisations, export them to Markdown or PDF, and setup the alert emails.

All its functionality is described on the epitweetr vignette.

Value

The Shiny server object containing the launched application

See Also

search_loop

detect_loop

Examples

if(FALSE){
   #Running the epitweetr app
   library(epitweetr)
   message('Please choose the epitweetr data directory')
   setup_config(file.choose())
   epitweetr_app()
}

epitweetr documentation built on Nov. 16, 2023, 5:07 p.m.