Rich Iannone || Making Beautiful Tables with {gt} || RStudio

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

КОМЕНТАРІ • 30

  • @michaelmahoney3806
    @michaelmahoney3806 2 роки тому +4

    I learned so very much watching you work! Great job talking us through the steps without skipping over things that you think the "student" might already know. I think it is incredibly valuable to see the teacher mess up from time to time and then talk us through the mistakes to then apply the fix without editing all of this bit of mistakes out. I had been using the {gt} package, on occasion, but just the basic stuff. Thank you!

  • @claudiorebelo
    @claudiorebelo 2 роки тому +3

    Nice package! I like that it leverages the syntax from dplyr and markdown. The syntax also feels intuitive.

  • @pipertripp
    @pipertripp Рік тому

    This was a great programme! I like the way you developed it layering on more and more good info as you built out some examples. Learned a lot minute by minute. Thank you!

  • @rdr9999
    @rdr9999 2 роки тому +3

    Terrific introduction to an outstanding library. I rely on gt() a lot and it has been great.

  • @ambhat3953
    @ambhat3953 2 роки тому +1

    I had never heard of this package, glad to come across

  • @dimxyp
    @dimxyp 2 роки тому +2

    Amazing tables! Thanks for the presentation, I am using mostly datatable (DT) with R Markdown, but for sure I will use it in the future!

  • @haraldurkarlsson1147
    @haraldurkarlsson1147 2 роки тому

    Nice presentation of a great package.
    Btw - for the column widths this works (for me at least): cols_width(everything() ~ px(105))

  • @takanaga1420
    @takanaga1420 2 роки тому

    段階的にブラッシュアップしていく様子を見せていただけるのでとても理解がしやすかったです。同チャンネルの中でも再生数が比較的多いのは同様のニーズが多いからではないでしょうか。他のライブラリでも同様のアプローチを希望します。kerasとか。

  • @rgpy
    @rgpy 2 роки тому +6

    How can we save the gt tables in proper PDF format? It is possible to save the table by taking a snapshot of the html directly within gt package. However, when I save the table in pdf format I get a lot of unnecessary space around the table which is a problem when using latex. A saving option (WIDTH and HEIGHT) would be just perfect to save the gt tables as ggplot2 figures. This way it would be easier to maintain the nice formats of the tables. Thx

    • @PositPBC
      @PositPBC  2 роки тому +4

      thank you for taking the time to share this - I've passed the information along to Rich!

  • @RSyHabib
    @RSyHabib 2 роки тому

    Good one found this at the right time. Having some trouble with DT in flexdashboard after DT update. 👌

  • @AnonymousePhx
    @AnonymousePhx 2 роки тому +4

    This is awesome, thank you for sharing! Quick question -
    How can gt be used to generate tables with multiple summary statistics for each column by group? Doing so with the code from the video does not preserve the groupings, nor can the rownames for the functions called (e.g.min, med, max etc) be seen. Thanks again!

  • @bulletkip
    @bulletkip 2 роки тому

    great presentation + presenter!

  • @mangalanimakananisa6800
    @mangalanimakananisa6800 2 роки тому +1

    Great work.

  • @yanghu3974
    @yanghu3974 2 роки тому

    Excellent!

  • @erinpetty2845
    @erinpetty2845 2 роки тому

    Very helpful video! Do you know what the default font is that gt() uses?

  •  2 роки тому

    Really useful! Thanks!

  • @samritpramanik2962
    @samritpramanik2962 2 роки тому

    Wow!! Awesome

  • @mikegaunt837
    @mikegaunt837 2 роки тому +1

    how does GT interact with crosstalk? does it operate in the same space as DT or is it more for static publications?

  • @jmurtha80
    @jmurtha80 2 роки тому

    Great presentation! Would love to pick the author and/or package maintainer as to why they didn't use a similar methodology as ggplot2 and use plus signs to add more to a table like ggplot2 uses plus signs to add more to a plot, instead of using pipes.

  • @bigboy44110
    @bigboy44110 2 роки тому

    Very cool

  • @k1llyah
    @k1llyah 2 роки тому +1

    hard switch from kableExtra incoming. Also, what is that editor theme called, looks neat!

    • @AnonymousePhx
      @AnonymousePhx 2 роки тому

      I too would love to know the Editor Theme! I'd love to have my function calls in a different color like that

    • @PositPBC
      @PositPBC  2 роки тому

      the theme is Vibrant Ink! --jesse

  • @nndegwa1
    @nndegwa1 2 роки тому

    love it!

  • @evertonfonseca8916
    @evertonfonseca8916 2 роки тому

    Awesome

  • @ditebayu7248
    @ditebayu7248 2 роки тому

    Super helpful

  • @jamesleleji9470
    @jamesleleji9470 2 роки тому

    Can you use the package to produce regression analysis result?

  • @fburton8
    @fburton8 2 роки тому

    Why does cols_width() require tildes rather than equal signs?? 😵‍💫

  • @SanataniAryavrat
    @SanataniAryavrat 2 роки тому

    awesome!!