| count | R Documentation |
The count function returns the number of rows in each
group.
count
* (required).
library(duckdb)
con <- dbConnect(duckdb())
dbWriteTable(con, "cars", cars)
dbGetPlot(con, "
visualize
origin as x,
count(*) as y
from cars
group by
origin
using bars
")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.