The documentation for bm_raster() says that setting quiet=TRUE will "Suppress output that show downloading progress and other messages." but if even when I set this, I get a download progress bar. This is especially inconvenient if you knit an Rmd containing a call to the function as it prints > 100 lines and there doesn't seem to be a way to suppress it.
I think the problem lies here:
|
response <- httr::GET(url, |
and could be fixed by only including the
progress() in that function if
quiet = FALSE