Skip to contents

Get the country from the yaml configuration file TODO: format country name to ISO3 country code

Usage

config_set_db(db = "SQLite", db_name = NULL, db_user = NULL, db_pass = NULL)

config_get_db()

config_parallel()

config_get_country()

Arguments

db_name

name of database, example malaria

db_user

username of the database, for connection

db_pass

password of the database, for connection

Value

a list contain the db info

db connection

a list contain the parallel execution info

country

Examples

config_get_country()
#> [1] "Nigeria"