# Objective Communicate progress to the end user for long-running processes. Two canonical examples: - Downloading data - Getting data in chunks # Tasks ### Research - [ ] Research progress tools (e.g., [progressr](https://progressr.futureverse.org/index.html)) - [ ] Research console communication tools (e.g., [cli](https://cli.r-lib.org/), [ui_*](https://usethis.r-lib.org/reference/ui.html) functions in usethis) ### Refactor - [ ] For download functions, provide % downloaded - [ ] For getting functions, provide % of all records gotten # Related issues - #15
Objective
Communicate progress to the end user for long-running processes.
Two canonical examples:
Tasks
Research
Refactor
Related issues
get_interviews#15