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

Поделиться
HTML-код
  • Опубликовано: 21 авг 2024

Комментарии • 31

  • @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 8 месяцев назад

    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))

  • @mangalanimakananisa6800
    @mangalanimakananisa6800 2 года назад +1

    Great work.

  • @RSyHabib
    @RSyHabib 2 года назад

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

  • @bulletkip
    @bulletkip 2 года назад

    great presentation + presenter!

  • @yanghu3974
    @yanghu3974 2 года назад

    Excellent!

  • @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!

  • @tYNS
    @tYNS 2 года назад

    Great Video.

  • @samritpramanik2962
    @samritpramanik2962 2 года назад

    Wow!! Awesome

  • @rgpy
    @rgpy 2 года назад +5

    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!

  • @takanaga1420
    @takanaga1420 2 года назад

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

  •  2 года назад

    Really useful! Thanks!

  • @bigboy44110
    @bigboy44110 2 года назад

    Very cool

  • @nndegwa1
    @nndegwa1 2 года назад

    love it!

  • @evertonfonseca8916
    @evertonfonseca8916 2 года назад

    Awesome

  • @ditebayu7248
    @ditebayu7248 2 года назад

    Super helpful

  • @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.

  • @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

  • @erinpetty2845
    @erinpetty2845 Год назад

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

  • @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?

  • @fburton8
    @fburton8 2 года назад

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

  • @jamesleleji9470
    @jamesleleji9470 2 года назад

    Can you use the package to produce regression analysis result?

  • @SanataniAryavrat
    @SanataniAryavrat 2 года назад

    awesome!!