List all data package insert, update, and delete operations,
optionally specifying the date and time to and/or from which the changes
should be listed. An optional scope value can be specified to filter results
for a particular data package scope.
if (FALSE) {
# Changes occurring in the first 3 days of 2021 for all scopesdataPackageChanges <- list_recent_changes(
fromDate = "2021-01-01T00:00:00",
toDate = "2021-01-03T00:00:00")
}