if (FALSE) {
# login to the DHIS2 instance
dhis2_login <- login(
type = "dhis2",
from = "https://smc.moh.gm/dhis",
user_name = "test",
password = "Gambia@123"
)
# get the API version
api_version <- get_api_version(login = dhis2_login)
}
Run the code above in your browser using DataLab