How to Make Great Tables with R | Step-by-Step Tutorial

  Рет қаралды 2,498

Albert Rapp

Albert Rapp

Күн бұрын

Пікірлер: 23
@muhammedhadedy4570
@muhammedhadedy4570 5 ай бұрын
Wow. I literally wait for every single tutorial from you. This KZbin channel is the best ever. Thanks a lot for your work. Can't wait to see your data cleaning tutorial.
@rappa753
@rappa753 5 ай бұрын
Thank you 🤗 I really appreciate this kind comment ♥️ happy to have you onboard 🥳
@felipegomesmadruga8813
@felipegomesmadruga8813 5 ай бұрын
Hello Albert, greetings from Brasil! Thanks for another great tutorial. We really learn a lot from them!!
@rappa753
@rappa753 5 ай бұрын
Hi Felipe, greetings from Germany 👋🏻 I'm glad that my tutorials help you 🤗
@robstewart8531
@robstewart8531 5 ай бұрын
So great! Thank you!
@NATS7599
@NATS7599 5 ай бұрын
Great video! Learning so much from these tutorials, really appreciate it!
@rappa753
@rappa753 5 ай бұрын
Thank you 🤗
@rafaelleal9011
@rafaelleal9011 5 ай бұрын
Perfect! Love your videos ❤
@rappa753
@rappa753 5 ай бұрын
Thank you so much ♥️
@guangyuli5417
@guangyuli5417 5 ай бұрын
Great!! What did you use to generate "opening price over time" graphs?
@rappa753
@rappa753 4 ай бұрын
Those were created with ggplot using the original data set
@AlbertoFCabreraCasillas
@AlbertoFCabreraCasillas 5 ай бұрын
Excellent tutorial! Would it be possible to access your tbl_data.csv file? Would love to reproduce your gt table.
@rappa753
@rappa753 5 ай бұрын
Glad that you like it Alberto. Also good idea with the csv file. I'll upload it soon.
@rappa753
@rappa753 5 ай бұрын
The csv file is now available in the blog post. A direct link to the csv file is: albert-rapp.de/posts/22_gt_py_and_r/tbl_data.csv
@joscani34
@joscani34 5 ай бұрын
Wonderful. What tools do you use to record your videos?
@rappa753
@rappa753 5 ай бұрын
I use OBS Studio for recording and Davinci Resolve for Editing. Both are free tools (though Davinci Resolve is quite resource intensive, so you'll need the tech to run it)
@rappa753
@rappa753 3 ай бұрын
If you enjoyed this video and want to level up your R skills even further, check out my latest video courses: 📍Data Cleaning Master Class at data-cleaning.albert-rapp.de/ 📍Insightful Data Visualizations for "Uncreative" R Users at arapp.thinkific.com/courses/insightful-data-visualizations-for-uncreative-r-users
@giorgisebiskveradze7484
@giorgisebiskveradze7484 5 ай бұрын
Thanks for your great tutorials. Is it possible to render the gt Tables as pdf with all elements?
@rappa753
@rappa753 5 ай бұрын
You're welcome 🤗 you should be able to render your Quarto document as PDF. I believe the table will then be included as an image. Alternatively, you can export as a docx file with gtsave() and convert that to PDF
@olearydj
@olearydj 5 ай бұрын
I quite enjoy your work, and GT is great but do these HTML tricks work when building PDFs? It would be great to learn more about getting the best pdf output from this package. I’m currently converting to kable and get reasonably good results, but am sure I could do better.
@rappa753
@rappa753 5 ай бұрын
In that case you'll probably have to insert the table as an image file 🤔
@olearydj
@olearydj 5 ай бұрын
@@rappa753 I guess that could work... a helper function to wrap GT output that saves the table to an image in my project folder and then outputs text to embed it in the document. Saving it as an SVG would have few downsides... hmmm. FYI, here is what I'm doing now and get 90% results. Footnotes will show up in the bottom of the table but the actual footnote markers don't, so I have to remove them all and just add that info to the text. mv_tbl |> modify_footnote(update = everything() ~ NA) |> as_kable_extra( booktabs = TRUE, escape = FALSE, linesep = "\\addlinespace", ) |> kableExtra::kable_styling( latex_options = c("scale_down"), font_size = 11 )
@rossd6809
@rossd6809 3 ай бұрын
Gt or flextable?
How to Make Great Tables with Python | Step-by-Step Tutorial
21:44
Albert Rapp
Рет қаралды 1,3 М.
Use These Data Cleaning Helpers for R from the janitor package
17:15
Как подписать? 😂 #shorts
00:10
Денис Кукояка
Рет қаралды 8 МЛН
Add any Plot to your {gt} table
15:40
R for the Rest of Us
Рет қаралды 3,9 М.
Editable R tables with rhandsontable
15:39
Ash | Dashboards & Data Visualisation
Рет қаралды 1,3 М.
How To Create Interactive Maps with R | Step-By-Step Tutorial
21:26