Beautiful tables with the gt package

Поділитися
Вставка
  • Опубліковано 29 вер 2024

КОМЕНТАРІ • 13

  • @EquitableEquations
    @EquitableEquations  6 місяців тому

    You can find materials supporting this vid (and others) at github.com/equitable-equations/youtube.

  • @AlbertoFCabreraCasillas
    @AlbertoFCabreraCasillas 6 місяців тому +3

    I echo Kkands' remark: your youtube is what I have been searching for. I also marveled at your ability to identify all key gt() functions. gt() main R documentation does not display the options you so proficiently showcase,

  • @carlosgomes3012
    @carlosgomes3012 Місяць тому

    Error in `cols_label()`:
    ! Named arguments are required for
    `cols_label()`.
    Backtrace:
    1. ... %>% tab_stubhead(label = "Species")
    14. gt::cols_label(., count ~ "Count")
    Error in cols_label(., count ~ "Count") :

  • @wapsyed
    @wapsyed 6 місяців тому +1

    I watch so much of your videos that I'm always randomly saying hey everybody

  • @StatisticsGlobe
    @StatisticsGlobe 6 місяців тому

    Thanks for the great explanation, gt is definitely a wonderful package for creating tables.

  • @handcraftmyanmar
    @handcraftmyanmar 6 місяців тому +1

    Thank you. I'd to know how to create two table spans like physical averages

    • @EquitableEquations
      @EquitableEquations  6 місяців тому

      There's so much I didn't get to demonstrate here! My to-do list never gets shorter, I'm afraid.

  • @thiagobandini
    @thiagobandini 6 місяців тому

    Great content! Will we have part 2 with subtotal, grand total, conditional formatting? I have been using gt as kind of Excel replacement and some tricks are kind of hard... different number format for example, had hard time getting one column subtotal as integer (count) and another one as scientific (10^9 results)

  • @kkanden
    @kkanden 6 місяців тому

    omg i've been needing to get those grouped columns in tables for so long but had no idea how to do it in Rmd without having to dirty your fingers with clumsy latex styling and options in knitr. this will certainly enhance my class reports. thanks a lot!

  • @munenedenis3377
    @munenedenis3377 6 місяців тому

    Thank you so much Prof. My data analysis skills changed the moment I came across this channel.

  • @VictorHugo-bd3bf
    @VictorHugo-bd3bf 6 місяців тому

    This is great. Thank you so much for sharing.