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()
}
Run the code above in your browser using DataLab