stats_show {duckplyr} | R Documentation |
Show stats
Description
Prints statistics on how many calls were handled by DuckDB. The output shows the total number of requests in the current session, split by fallbacks to dplyr and requests handled by duckdb.
Usage
stats_show()
Value
Called for its side effect.
Examples
stats_show()
tibble(a = 1:3) %>%
as_duckplyr_df() %>%
mutate(b = a + 1)
stats_show()
[Package duckplyr version 0.4.1 Index]