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!
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!
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
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!
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.
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!
Nice package! I like that it leverages the syntax from dplyr and markdown. The syntax also feels intuitive.
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!
Terrific introduction to an outstanding library. I rely on gt() a lot and it has been great.
I had never heard of this package, glad to come across
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!
Nice presentation of a great package.
Btw - for the column widths this works (for me at least): cols_width(everything() ~ px(105))
段階的にブラッシュアップしていく様子を見せていただけるのでとても理解がしやすかったです。同チャンネルの中でも再生数が比較的多いのは同様のニーズが多いからではないでしょうか。他のライブラリでも同様のアプローチを希望します。kerasとか。
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
thank you for taking the time to share this - I've passed the information along to Rich!
Good one found this at the right time. Having some trouble with DT in flexdashboard after DT update. 👌
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!
great presentation + presenter!
Great work.
Excellent!
Very helpful video! Do you know what the default font is that gt() uses?
Really useful! Thanks!
Wow!! Awesome
how does GT interact with crosstalk? does it operate in the same space as DT or is it more for static publications?
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.
Very cool
hard switch from kableExtra incoming. Also, what is that editor theme called, looks neat!
I too would love to know the Editor Theme! I'd love to have my function calls in a different color like that
the theme is Vibrant Ink! --jesse
love it!
Awesome
Super helpful
Can you use the package to produce regression analysis result?
Why does cols_width() require tildes rather than equal signs?? 😵💫
awesome!!