A wrapper for dplyr::collect() that includes a progress bar
Pull a lazy tibble into your local environment from the OJO database, using ojo_crim_cases()
, ojo_civ_cases()
, etc.
Usage
ojo_collect(.data, ..., .silent = !rlang::is_interactive())
Examples
if (FALSE) { # \dontrun{
ojo_crim_cases() |>
head(100) |>
ojo_collect()
} # }