Add any Plot to your {gt} table

Поділитися
Вставка
  • Опубліковано 27 лис 2024

КОМЕНТАРІ • 24

  • @muhammedhadedy4570
    @muhammedhadedy4570 Рік тому +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  Рік тому +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 Рік тому

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

  • @haraldniederstatter4068
    @haraldniederstatter4068 9 місяців тому

    Thanks for this outstanding video!!!

  • @ViweTyibilika
    @ViweTyibilika Рік тому

    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  Рік тому

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

  • @charleydublin7304
    @charleydublin7304 7 місяців тому

    Excellent video, thank you - really powerful

  • @khaledf3977
    @khaledf3977 6 місяців тому

    Amazing thanks

  • @niceday2015
    @niceday2015 Рік тому

    Thank you very much that is wonderful

  • @albertocabrera4297
    @albertocabrera4297 Рік тому +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  Рік тому +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

  • @elcheff
    @elcheff Рік тому

    simple and brilliant

  • @Touahria16
    @Touahria16 Рік тому

    Big thanks.

  • @caty863
    @caty863 4 місяці тому

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

  • @CanDoSo_org
    @CanDoSo_org 11 місяців тому

    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 11 місяців тому

    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 Рік тому

    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  Рік тому

      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 Рік тому

      @@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 8 місяців тому

    Is this possible in flextable package ?

    • @rfortherestofus
      @rfortherestofus  8 місяців тому

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

    • @ambhat3953
      @ambhat3953 8 місяців тому

      @@rfortherestofus Thnx