You can find materials supporting this vid (and others) at github.com/equitable-equations/youtube.
@AlbertoFCabreraCasillas9 ай бұрын
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,
@kkanden9 ай бұрын
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!
@VictorHugo-bd3bf9 ай бұрын
This is great. Thank you so much for sharing.
@munenedenis33779 ай бұрын
Thank you so much Prof. My data analysis skills changed the moment I came across this channel.
@StatisticsGlobe9 ай бұрын
Thanks for the great explanation, gt is definitely a wonderful package for creating tables.
@handcraftmyanmar9 ай бұрын
Thank you. I'd to know how to create two table spans like physical averages
@EquitableEquations9 ай бұрын
There's so much I didn't get to demonstrate here! My to-do list never gets shorter, I'm afraid.
@wapsyed9 ай бұрын
I watch so much of your videos that I'm always randomly saying hey everybody
@EquitableEquations9 ай бұрын
Ha! Thanks fam!
@thiagobandini9 ай бұрын
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)
@carlosgomes30124 ай бұрын
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") :