Designing tables in R with "knitr" and "kableExtra" | R Tutorial (2021)

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ธ.ค. 2024

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

  • @rezzyraptor
    @rezzyraptor 2 ปีที่แล้ว +1

    Thanks so much for making this, it helped me a lot. I had to refer back to it several times. You explain things very clearly.

  • @uppulamramu2302
    @uppulamramu2302 3 ปีที่แล้ว +1

    The information you are sharing is very useful to me to do project. Thank you for giving this wonderful lecture.👍

  • @pabliux3008
    @pabliux3008 2 ปีที่แล้ว

    Thanks for sharing this awesome tutorial, Richard!

  • @brunaalbuquerque9316
    @brunaalbuquerque9316 ปีที่แล้ว

    THIS LOOKS SUPER AWESOME! THANKSSS A LOT

  • @lordbebech
    @lordbebech ปีที่แล้ว

    Thank you so much, this video helped me a lot to learn kable package

  • @mocabeentrill
    @mocabeentrill ปีที่แล้ว

    Thank you for this tutorial. Very helpful

  • @siosaiavaihola3252
    @siosaiavaihola3252 3 ปีที่แล้ว

    I was looking for this and found it, thanks Richard.

    • @siosaiavaihola3252
      @siosaiavaihola3252 3 ปีที่แล้ว

      Sir when I do data %>%
      kbl() the result just showed briefly (few seconds in white background) then disappeared. I was doing it in rmarkdown. Why was this Sir ? thanking you in advance.

  • @matiasrichetta728
    @matiasrichetta728 3 ปีที่แล้ว +1

    Very useful information! Thanks for the video!

  • @mariaangelicacastelblanco196
    @mariaangelicacastelblanco196 3 ปีที่แล้ว +1

    Thanks for your video. It's what I was looking for :)

  • @richardsmith9399
    @richardsmith9399 2 ปีที่แล้ว +1

    This guy is super ~~**E.X.T.R.A**~~

  • @kar2194
    @kar2194 3 ปีที่แล้ว +1

    Really appreciate your content. Thank you

    • @RichardOnData
      @RichardOnData  3 ปีที่แล้ว

      You are most welcome; glad to have you!

  • @tuhocr
    @tuhocr ปีที่แล้ว

    thanks for helpful video!

  • @arash4232
    @arash4232 ปีที่แล้ว

    Hi,
    That was grate, thank you.
    Do you have any suggestion for the case that colour code is shown instead of the colourfull text in a markdown table, please?
    I need the maximum in a specific column be coloured, not more.
    Thank you.

  • @yaoliao3517
    @yaoliao3517 3 ปีที่แล้ว +1

    Really good. Thank you

  • @ahmed007Jaber
    @ahmed007Jaber 2 ปีที่แล้ว

    Thank u for this Richard
    Got any idea how to spread/split a long table across slides?
    Been searching for this for couple of weeks now

  • @vincenzo4259
    @vincenzo4259 2 ปีที่แล้ว

    Thanks

  •  3 ปีที่แล้ว +2

    Great video! I have a question, ¿how could I use these formats with the output of a function, e.g. summary of an Lm object?. Thanks in advance

    • @RichardOnData
      @RichardOnData  3 ปีที่แล้ว

      The summary of an lm() object can be converted into a tidy format very easily with the "broom" package. I've got a video on "tidying and interpreting linear model output" that could help!

    •  3 ปีที่แล้ว

      @@RichardOnData Thanks so much for your answer!! I´ll watch the video!!

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

    How to decrease the size of the column?

  • @hypercortical7772
    @hypercortical7772 3 ปีที่แล้ว +1

    You should do a textbook video. especially if you still have physical textbooks from when you did your Masters.

    • @RichardOnData
      @RichardOnData  3 ปีที่แล้ว +2

      This is an excellent idea. There's a couple good ones and a couple highly overrated ones that I think are worth talking about it!

  • @kamarelba7717
    @kamarelba7717 2 ปีที่แล้ว

    Hi Richard ! Very nice tutorial ! Congrats. However I have a question: how to add automatic caption like Table 1, Table 2, so on to our kbl() function ? It seems it only handle the caption and not the numbering !

  • @matiasramirez8443
    @matiasramirez8443 ปีที่แล้ว

    when I knit when using kable_material_dark it isn't displayed dark in the PDF, is it normal?

  • @WhiteGaming5883
    @WhiteGaming5883 3 ปีที่แล้ว

    very helpful video.. but i do have further questions regarding something like the data bar under conditional formatting like the one in excel.. do you know how can i do it in groups or sub groups per column??

  • @patricior7300
    @patricior7300 2 ปีที่แล้ว

    Hi Richard! Is there an option to format the numbers? For example numbers without decimals and add the comma of thousands and millions? Thank you! We miss you man. Where have you been?

  • @ChrisRHughes
    @ChrisRHughes 3 ปีที่แล้ว

    Honestly still haven't seen anyone demonstrate how to change the color of the caption directly in R.....