if (FALSE) {
# establish the connection to the system
dhis2_login <- login(
type = "dhis2",
from = "https://smc.moh.gm/dhis",
user_name = "test",
password = "Gambia@123"
)
# fetch the programs
programs <- get_programs(login = dhis2_login)
}
Run the code above in your browser using DataLab