Thank you for sharing, Matt π€β€οΈ
31.07.2025 06:13 β π 1 π 0 π¬ 1 π 0@albertrapp.bsky.social
Building data solutions at work, sharing R knowledge after hours.
Thank you for sharing, Matt π€β€οΈ
31.07.2025 06:13 β π 1 π 0 π¬ 1 π 0Can you provide an example of the y-axis being incorrectly scaled? I'm curious about what's wrong with ggplot's scaling π€
04.04.2025 06:17 β π 0 π 0 π¬ 1 π 0Nice work π€ and thanks for the shout-out. π₯³
03.04.2025 13:13 β π 1 π 0 π¬ 0 π 0Want to build AI Bots with R? Combining the {ellmer} package with the Shiny framework might be exactly what you need.
And I'm happy to share that I get to talk about how that works at this year's ShinyConf π If you want to join, you can still sign up at www.shinyconf.com/agenda
#rstats
Also I just noticed that my DMs were blocked π should now be open in case you want to reach out βπ» (unfortunately I can't DM you)
13.03.2025 12:12 β π 2 π 0 π¬ 0 π 0I do consulting work in that space βπ»
13.03.2025 10:20 β π 4 π 0 π¬ 0 π 0Always happy to help π€
12.03.2025 21:17 β π 1 π 0 π¬ 0 π 0All three steps are pretty cheap and easy to pull off. If you're curious, tomorrow my 3-minute newsletter will release a tutorial to guide you through every step of the way. You can still join 3300+ readers at buff.ly/KYAQYdv
11.03.2025 16:00 β π 3 π 1 π¬ 0 π 0Ever wanted to restrict your Quarto project to only a few select people? You can do so by
1οΈβ£ Hosting your project on Azure Static Web Apps
2οΈβ£ Creating your own user base via Azure's AAD B2C service
3οΈβ£ Configuring your app so that it only allows users from your user base
#rstats (1/2)
But I get how these steps can feel confusing if you never had to do something like this. That's why I've created a tutorial that shows you every step of the way.
It will be released tomorrow on my 3-minute newsletter. If you want to join 3300+ readers, you can sign up at buff.ly/rRTZXE5
3οΈβ£ Point the client's redirect URI to your web app on Azure
4οΈβ£ Place the client credentials into the app via environment variables
That's it. Once you've done that, Azure takes care of the rest and your project is hidden behind a layer of authentication. (2/3)
The nice thing about hosting a Quarto project on Azure is that you can easily enable social logins via vendors like GitHub, Apple or Google. All you have to do is
1οΈβ£ Add an "auth" section to your config file
2οΈβ£ Get a client from the identity provider (e.g. Google)
(1/3) #rstats #datascience
I used to think that securing a Quarto website is about writing lots of code. But really it only requires
β
hosting on Azure static web apps,
β
creating a JSON file inside of your Quarto project, and
β
filling that file with values that you can look up in the docs.
#rstats #datascience (1/2)
β€οΈ thank you, Roland, for these kind words π€ honestly I think many people have social media fatigue and that's okay. I have it too. That's why I'm concentrating on making more entertaining videos instead of daily posts π
19.02.2025 21:39 β π 1 π 0 π¬ 0 π 0Setting this up is pretty easy but a bit lenghty to describe here. That's why my newsletter will release a step-by-step tutorial on how to host Quarto projects on Azure tomorrow. If you want to join 3300+ readers, you can do so at https://buff.ly/3PRzat5
18.02.2025 20:16 β π 1 π 0 π¬ 0 π 0Hosting Quarto projects on Azure is an easy way to add user authentication to your project. That way, only selected users can access your web page.
All you need for that is
πΉ a GitHub repo,
πΉ an Azure subscription, and
πΉ Azure's static web apps service.
And I've created many tutorials about Step 2 in the last few weeks, so it's time to show you how Step 1 works.
Tomorrow, my 3-minute newsletter will teach you how to use AWS Textract. If you want to get bite-sized tutorials delivered to your inbox, you can join 3300+ learners at 3mw.albert-rapp.de
It's fascinating how easy text analysis has become in recent years. Nowadays, text analysis reduces to
1οΈβ£ feeding a document/image to an OCR service like Textract, and
2οΈβ£ sticking the results into an LLM.
No huge entry barriers for data scientists to dive into text processing.
#rstats #datascience
You might want to try {rhandsontable}: jrowen.github.io/rhandsontable/
08.02.2025 22:27 β π 2 π 0 π¬ 1 π 0The book will cover all of these things and today we're getting started with the basics. Like every week, there's also a video version of the chapter. You can check them out here:
Video tutorial: https://buff.ly/40Wel6a
Book chapter: https://buff.ly/42CXE0U
New chapter for the "AI With R" book π₯³ We're getting started with the {ellmer} package. This package has lots of features like
β
tool calling to mix AI with traditional functions,
β
structured output to extract infos, and
β
async streams to build chat bots.
#rstats #AI #datascience
That way, you can unlock lots of unstructured data that was previously hidden in PDFs or Images.
If you want to see more details, tomorrow my 3-minute newsletter will give you a step-by-step guide with specific examples. If you're curious, you can join 3300+ readers at https://buff.ly/3PRzat5
But what if you have a PDF? In that case, you can use the pdf_convert() function from the {pdftools} package to make the PDF into an image. Then, you can use the previous steps.
That's it. Not really much you have to do.
Then, you can enforce a structured output by defining new type objects.
Key functions here are type_array() and type_object().
If you've read my newsletter from last week, then you should have a good idea of how they work: https://buff.ly/4aBw6uJ
Let's imagine you have an image of an invoice. You can put that into one of {ellmer}'s content objects.
Key function here is content_image_file()
With AI, it's really easy to process invoices or other documents using R. Here's what you have to do:
#rstats #AI
Also, do you have any particular use case you'd like to see implemented in R? Let me know in the comments and I might just expand the materials a little π₯³
27.01.2025 16:05 β π 1 π 1 π¬ 0 π 0New Project: AI With R π₯³
I've been writing about how to use AI/LLMs with R. So I'm happy to share that I'm starting to collect all the materials in one central space. You can read the first two chapters at https://buff.ly/3PQNzWz
#rstats #AI
Thank you for spreading the word about my tutorial β€οΈ
24.12.2024 08:21 β π 1 π 0 π¬ 0 π 0First Mr beast video I'd watch π€£
19.12.2024 17:51 β π 1 π 0 π¬ 0 π 0