is_detect_running {epitweetr} | R Documentation |
gets the alert detection runner execution status
is_detect_running()
returns a logical value being TRUE if the alert detection task is actually running
logical Whether the alert detection task is running
if(FALSE){
library(epitweetr)
message('Please choose the epitweetr data directory')
setup_config(file.choose())
is_detect_running()
}