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