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