if (FALSE) {
# establish the connection to the SORMAS system
sormas_login <- login(
type = "sormas",
from = "https://demo.sormas.org/sormas-rest",
user_name = "SurvSup",
password = "Lk5R7JXeZSEc"
)
disease_names <- sormas_get_diseases(
login = sormas_login
)
}
Run the code above in your browser using DataLab