Perform Incremental Data Update
incremental_update.RdDownloads new data since the last update and appends it to the database. Designed to be run on a schedule (e.g., daily or weekly via cron/GitHub Actions).
Examples
if (FALSE) { # \dontrun{
# Perform incremental update
result <- incremental_update()
# Check what was updated
print(result$summary)
} # }