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"
)
# retrieve the data elements
data_elements <- get_data_elements(login = dhis2_login)
}
Run the code above in your browser using DataLab