Create tables in R with gtExtras (more tips and tricks)

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

КОМЕНТАРІ • 18

  • @RProgramming101
    @RProgramming101  27 днів тому

    Get my FREE cheat sheets for R programming and statistics (including transcripts of these lessons) here: www.learnmore365.com/pages/membership-r-programming-data-visualization-and-research-methods

  • @Matt-me2yh
    @Matt-me2yh 2 місяці тому +1

    Always publishing top quality content! I love the summarized list and how to turn this into a gt_plt_dist. Thank you for sharing your knowledge in R.

    • @RProgramming101
      @RProgramming101  2 місяці тому

      Thanks for the feedback Matt. Much appreciated

  • @generalmaximus5692
    @generalmaximus5692 2 місяці тому +2

    Greetings mr Martin I 'm taking the liberty to ask something i've noticed. I recently update my packages and my tidyverse package has a problem. Whenever i try to run my code it says "could not find function %>%" even though this is the most important symbol of the tidyverse. Could you inform me about this ? Love your videos btw! Keep going!

  • @ModVal
    @ModVal 2 місяці тому

    That's a great looking table! Is there a way to add a legend for Pop size colors? Without a legend, determining population size still requires comparing the numbers.

  • @haraldurkarlsson1147
    @haraldurkarlsson1147 2 місяці тому +1

    Very nice! The gapminder package is a great one but are there plans to update it to modern times? Country population such as Iceland´s have grown quite a bit. I guess the data is mostly from the World Bank.

  • @martinkasina7942
    @martinkasina7942 Місяць тому

    Great.... I am inspired

  • @AlbertoFCabreraCasillas
    @AlbertoFCabreraCasillas 2 місяці тому

    Nice follow up to the previous lesson on gt()

    • @RProgramming101
      @RProgramming101  2 місяці тому

      Glad you liked it! I was hoping that it wouldn't be too confusing with two very similar videos.. Anyway - more to come.. :)

  • @SalimMalibari_Comments
    @SalimMalibari_Comments 2 місяці тому

    Can you put the link in description? For the website

  • @Mark-ob5ip
    @Mark-ob5ip Місяць тому

    how might you go about keeping the Avg GDP per capita values and add the gt_plt_bar_pct() next to it as a column??

    • @Mark-ob5ip
      @Mark-ob5ip Місяць тому

      figured it out. you have to add "labels = TRUE" to your argument

  • @callmekenneth8133
    @callmekenneth8133 2 місяці тому

    I was just trying to explain you where 538 in your script comes from. It is a theme inspired by the website with the same name.

  • @NattyGism
    @NattyGism 2 місяці тому

    Awesome