epitweetr_app {epitweetr} | R 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 |
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
Examples
if(FALSE){
#Running the epitweetr app
library(epitweetr)
message('Please choose the epitweetr data directory')
setup_config(file.choose())
epitweetr_app()
}