stats_show | R Documentation |
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_df() %>%
mutate(b = a + 1)
stats_show()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.