Learn R Programming

duckplyr (version 1.0.1)

stats_show: 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()

Arguments

Value

Called for its side effect.

Examples

Run this code
stats_show()

tibble(a = 1:3) %>%
  as_duckplyr_tibble() %>%
  mutate(b = a + 1)

stats_show()

Run the code above in your browser using DataLab