In GetSamenMetenAPI there was a part about:
If we were passed a progress update function, call it
if (is.function(updateProgress)) {
text <- paste0("basisgegevens")
updateProgress(value=0.1, detail = text)
}
and
Om het progress aan te geven van de laatste stap
If we were passed a progress update function, call it
if (is.function(updateProgress)) {
text <- paste0("Verwerken naar Samen Analyseren Tool")
updateProgress(value=0.95,detail = text)
}
This isn't included in the GetSamenMetenAPI2.
Please check with the Analyse Together Tool if still needed
In GetSamenMetenAPI there was a part about:
If we were passed a progress update function, call it
if (is.function(updateProgress)) {
text <- paste0("basisgegevens")
updateProgress(value=0.1, detail = text)
}
and
Om het progress aan te geven van de laatste stap
If we were passed a progress update function, call it
if (is.function(updateProgress)) {
text <- paste0("Verwerken naar Samen Analyseren Tool")
updateProgress(value=0.95,detail = text)
}
This isn't included in the GetSamenMetenAPI2.
Please check with the Analyse Together Tool if still needed