Thank you for watching my latest video. ♥ If you enjoyed this video, I'm sure you're also going to love my Data Cleaning Master Class. Clean your data and find insights much faster at data-cleaning.albert-rapp.de/
More granular customization possibilities. With Quarto you have to go through pandoc which has limited Word processing features. But if you find that for your use case, Quarto has all that you need, then you can just as easily use that :)
I find the Quarto to PowerPoint documentation hard to decipher. But I'll show you how to create pptx files with custom templates using the {officer} package soon :)
Thanks for this tutorial ❤ Do you think it would be possible to use a template and the replacement functions to create a serial letter? I think „map“ could work, but then I will have a file for each letter. I already tried it with knittr and quarto but failed 😂 Thanks again 👍🏻
@@rappa753yes exactly. Like when you use the serial letter function in Word. At the moment I prepare my data with R, export it as csv and then use it with the serial letter function in Word. Now I thought that it would be nice to do everthing in R 😊
Thank you for watching my latest video. ♥
If you enjoyed this video, I'm sure you're also going to love my Data Cleaning Master Class. Clean your data and find insights much faster at data-cleaning.albert-rapp.de/
hi albert. nice video. Do you think we can use this in quarto? i mean use YAML parameters for replacement words like date?
Need to try this, I always copy pasted the charts to word doc
Let me know how it goes 😊 copy and paste is still a quick method for one-offs. But for repeated documents this will become tedious quite fast.
Great video! I wonder what would be the benefit of using this package to make a Word doc as opposed to using Quarto and rendering as a Word doc?
More granular customization possibilities. With Quarto you have to go through pandoc which has limited Word processing features. But if you find that for your use case, Quarto has all that you need, then you can just as easily use that :)
Please do a qmd to PowerPoint, using custom PowerPoint template. Include the setting up PowerPoint and qmd parts. Company/custom styling etc.
I find the Quarto to PowerPoint documentation hard to decipher. But I'll show you how to create pptx files with custom templates using the {officer} package soon :)
Unrealted question but how do you set up RStudio in a way to get these red-yellow-green squares that visualize the intendations?
It's the rainbow indent setting. I've described them at ua-cam.com/video/XHT1m-LKTVY/v-deo.html
Excellent, Is it possible to share the code?
We need more tutorials on the officeR Package. Very limited tutorials on youtube
Agreed. A Powerpoint tutorial is also on its way 🥳
Thanks for this tutorial ❤
Do you think it would be possible to use a template and the replacement functions to create a serial letter? I think „map“ could work, but then I will have a file for each letter.
I already tried it with knittr and quarto but failed 😂
Thanks again 👍🏻
Not quite sure I understand the question correctly. You don't want to have separate files per letter? All letters in one Word doc on separate pages?
@@rappa753yes exactly.
Like when you use the serial letter function in Word. At the moment I prepare my data with R, export it as csv and then use it with the serial letter function in Word. Now I thought that it would be nice to do everthing in R 😊