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