powered by
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.
stats_show()
Called for its side effect.
stats_show() tibble(a = 1:3) %>% as_duckplyr_tibble() %>% mutate(b = a + 1) stats_show()
Run the code above in your browser using DataLab