Wow, thank you for your kind words. I am a strong believer in growth instead of talent. My coding and teaching style is a result of lots of practice and not something that necessarily came natural to me. So I am really glad that you find my teaching style enjoyable :)
Probably one of the most brilliant ideas, videos, and codes I've seen. Exceptionally clear and simple explanation of the code too. Definitely going to use this, especially for one of my data presentations with my supervisors (maybe look for any excuse to present some of my data as a table lol). Bravo and thanks for sharing
I have the latest edition of R for Data Science, GGPLOP2, Tidy Modeling with R and R Graphics Codebook. None of of those sources showcases the power of R as this 15 minutes workshop does. I just wish Albert Rapp would publish his own book. It would be the best practical book on the topic. My only advice is for Rapp to spend a little bit more time explaining the function() command and how it is linked with the fn = function() in gt().
Hi Alberto, glad that you like the content. Albert also has some free e-books if you want to try them. Just head to his website. As for the function() command, it is just like any other function that you would create in R. You know, you would write something like my_fct
woow, this is neat. I will use this in my shiny apps. By the way, what is the advantage of using the *.by* parameter inside summarize() as opposed to using plain old *group_by()* ???
Thank you for the tutorial! I have a question regarding the export of a gt table as png. I just use gtsave(filename.png). The export works but a part of the table is just cut out in the png. I tried several options, but I am struggling to find a solution. Does anyone know how to solve that? I would be very grateful for that :))
Hey, how can I use |> instead of %>% to pipe my script? I just tried using |> to pipe a dataframe in my R studio and it seems like my R studio cannot recognize the |>
@@rfortherestofus Ok, thanks. Well, my company is still using the R version in 2021. Since it is a Rstudio workbench maintained by the IT department, I am not sure how much I can change or update it.
Wow, you are a naturally talented person. Not only in writing codes, but also in teaching how to code.
Please, keep up the great work.
Wow, thank you for your kind words. I am a strong believer in growth instead of talent. My coding and teaching style is a result of lots of practice and not something that necessarily came natural to me. So I am really glad that you find my teaching style enjoyable :)
Many thanks for the clear explanation linking the function() operator with the fn argument.
Thanks for this outstanding video!!!
Probably one of the most brilliant ideas, videos, and codes I've seen. Exceptionally clear and simple explanation of the code too. Definitely going to use this, especially for one of my data presentations with my supervisors (maybe look for any excuse to present some of my data as a table lol). Bravo and thanks for sharing
Wow, thank you for your kind words :) Glad that you liked the way I structure my educational content.
Excellent video, thank you - really powerful
Amazing thanks
Thank you very much that is wonderful
I have the latest edition of R for Data Science, GGPLOP2, Tidy Modeling with R and R Graphics Codebook. None of of those sources showcases the power of R as this 15 minutes workshop does. I just wish Albert Rapp would publish his own book. It would be the best practical book on the topic. My only advice is for Rapp to spend a little bit more time explaining the function() command and how it is linked with the fn = function() in gt().
Hi Alberto, glad that you like the content. Albert also has some free e-books if you want to try them. Just head to his website. As for the function() command, it is just like any other function that you would create in R. You know, you would write something like my_fct
simple and brilliant
Thank you :)
Big thanks.
You're welcome!
woow, this is neat. I will use this in my shiny apps.
By the way, what is the advantage of using the *.by* parameter inside summarize() as opposed to using plain old *group_by()* ???
Thanks. Could you please have a tutorial to plot with gt() in pdf format? I found many setting does not work in PDF.
Thank you for the tutorial!
I have a question regarding the export of a gt table as png.
I just use gtsave(filename.png). The export works but a part of the table is just cut out in the png. I tried several options, but I am struggling to find a solution. Does anyone know how to solve that? I would be very grateful for that :))
Hey, how can I use |> instead of %>% to pipe my script? I just tried using |> to pipe a dataframe in my R studio and it seems like my R studio cannot recognize the |>
The native pipe was added in R 4.1. You probably have an earlier version of R. Just update R and you should be good to go!
@@rfortherestofus Ok, thanks. Well, my company is still using the R version in 2021. Since it is a Rstudio workbench maintained by the IT department, I am not sure how much I can change or update it.
Is this possible in flextable package ?
Yes! See davidgohel.github.io/flextable/reference/plot_chunk.html
@@rfortherestofus Thnx