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)
Value
The Shiny server object containing the launched application
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.
if(FALSE){
#Running the epitweetr app library(epitweetr)
message('Please choose the epitweetr data directory')
setup_config(file.choose())
epitweetr_app()
}