Skip to content

Commit

Permalink
Add progress step to CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
ccamara committed Jul 2, 2024
1 parent 1bf682c commit 344f79c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions R/boundaries_get.R
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,7 @@ boundaries_get <- function(boundary, year = NULL, detail_level = "BUC") {

spdf <- sf::read_sf(url)

cli::cli_progress_step("Downloading data", spinner = TRUE)

return(spdf)
}
2 changes: 1 addition & 1 deletion man/boundaries_get.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 344f79c

Please sign in to comment.