home.social

#tinytable — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #tinytable, aggregated by home.social.

fetched live
  1. @transportationtalk

    A good start is
    raw.githubusercontent.com/edde by @eddelbuettel

    I have no public material but I start with base R, transition into the tinyverse (#rdatatable, , et al.) and end with / . My presentations are agnostic towards the IDE/GUI. Usually, I use instead of .

  2. @transportationtalk

    A good start is
    raw.githubusercontent.com/edde by @eddelbuettel

    I have no public material but I start with base R, transition into the tinyverse (#rdatatable, #tinyplot, #tinytable et al.) and end with #RMarkdowm / #quarto. My presentations are agnostic towards the IDE/GUI. Usually, I use #RKWard instead of #RStudio.

  3. Anyone a suggestion on how to reduce font size in an #rstats #tinytable notes? With `tinytable::style_tt(fontsize = 0.8)` the font size of the font in the table gets smaller, but not the notes. It is for in a #quarto to #typst. Thanks!

  4. CW: unpopular opinion about Tidyverse

    @kernpanik Usually, I also try to stick to base or lightweight packages (#tinyplot, , , ...). Methinks, since most tutorial promote the tidyverse, some do not know base equivalent. However, base data frame operations may require more careful handling of row order, factor levels, and preserving the data frame structure. dplyr maintains a consistent behavior across grouped operations.

  5. CW: unpopular opinion about Tidyverse

    @kernpanik Usually, I also try to stick to base #rstats or lightweight packages (#tinyplot, #tinytable, #rdatatable, ...). Methinks, since most tutorial promote the tidyverse, some do not know base equivalent. However, base data frame operations may require more careful handling of row order, factor levels, and preserving the data frame structure. dplyr maintains a consistent behavior across grouped operations.