ojo_collect | R Documentation |
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.
ojo_collect(.data, ..., .silent = !rlang::is_interactive())
.data |
The lazy tibble to be pulled |
... |
Placeholder for additional arguments |
.silent |
Should the command line interface elements be shown? Defaults to |
A local tibble
## Not run:
ojo_crim_cases() |>
head(100) |>
ojo_collect()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.