Add any Plot to your {gt} table

Поделиться
HTML-код
  • Опубликовано: 6 янв 2025

Комментарии •

  • @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 11 месяцев назад

    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 9 месяцев назад

    Excellent video, thank you - really powerful

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

  • @niceday2015
    @niceday2015 Год назад

    Thank you very much that is wonderful

  • @elcheff
    @elcheff Год назад

    simple and brilliant

  • @khaledf3977
    @khaledf3977 7 месяцев назад

    Amazing thanks

  • @Touahria16
    @Touahria16 Год назад

    Big thanks.

  • @caty863
    @caty863 5 месяцев назад

    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 Год назад

    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 Год назад

    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 9 месяцев назад

    Is this possible in flextable package ?

    • @rfortherestofus
      @rfortherestofus  9 месяцев назад

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

    • @ambhat3953
      @ambhat3953 9 месяцев назад

      @@rfortherestofus Thnx