Add any Plot to your {gt} table

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ก.ย. 2024

ความคิดเห็น • 24

  • @muhammedhadedy4570
    @muhammedhadedy4570 10 หลายเดือนก่อน +2

    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.

    • @rfortherestofus
      @rfortherestofus  10 หลายเดือนก่อน +1

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

  • @albertocabrera4297
    @albertocabrera4297 10 หลายเดือนก่อน +4

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

    • @rfortherestofus
      @rfortherestofus  10 หลายเดือนก่อน +1

      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

  • @ViweTyibilika
    @ViweTyibilika 10 หลายเดือนก่อน

    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

    • @rfortherestofus
      @rfortherestofus  10 หลายเดือนก่อน

      Wow, thank you for your kind words :) Glad that you liked the way I structure my educational content.

  • @albertocabrera4297
    @albertocabrera4297 10 หลายเดือนก่อน

    Many thanks for the clear explanation linking the function() operator with the fn argument.

  • @haraldniederstatter4068
    @haraldniederstatter4068 7 หลายเดือนก่อน

    Thanks for this outstanding video!!!

  • @charleydublin7304
    @charleydublin7304 5 หลายเดือนก่อน

    Excellent video, thank you - really powerful

  • @caty863
    @caty863 หลายเดือนก่อน

    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()* ???

  • @niceday2015
    @niceday2015 10 หลายเดือนก่อน

    Thank you very much that is wonderful

  • @khaledf3977
    @khaledf3977 3 หลายเดือนก่อน

    Amazing thanks

  • @elcheff
    @elcheff 10 หลายเดือนก่อน

    simple and brilliant

  • @Touahria16
    @Touahria16 10 หลายเดือนก่อน

    Big thanks.

  • @CanDoSo_org
    @CanDoSo_org 8 หลายเดือนก่อน

    Thanks. Could you please have a tutorial to plot with gt() in pdf format? I found many setting does not work in PDF.

  • @kaffeekanne
    @kaffeekanne 9 หลายเดือนก่อน

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

  • @kelvinwong4804
    @kelvinwong4804 9 หลายเดือนก่อน

    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
      @rfortherestofus  9 หลายเดือนก่อน

      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!

    • @kelvinwong4804
      @kelvinwong4804 9 หลายเดือนก่อน

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

  • @ambhat3953
    @ambhat3953 5 หลายเดือนก่อน

    Is this possible in flextable package ?

    • @rfortherestofus
      @rfortherestofus  5 หลายเดือนก่อน

      Yes! See davidgohel.github.io/flextable/reference/plot_chunk.html

    • @ambhat3953
      @ambhat3953 5 หลายเดือนก่อน

      @@rfortherestofus Thnx