It's hard to understand the docs because they present how to program the API but do not illustrate the result. E.g. comparing https://dplyr.tidyverse.org/reference/summarise.html with https://kotlin.github.io/dataframe/groupby.html#aggregation it becomes clear (to me at least) that data examples are very helpful to understand a table processing API. Expected: The docs should inline the results of the various API examples.