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
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
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)
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)
1️⃣ Add an "auth" section to your config file
2️⃣ Get a client from the identity provider (e.g. Google)
(1/3) #rstats #datascience
1️⃣ Add an "auth" section to your config file
2️⃣ Get a client from the identity provider (e.g. Google)
(1/3) #rstats #datascience
✅ 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)
✅ 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)
All you need for that is
🔹 a GitHub repo,
🔹 an Azure subscription, and
🔹 Azure's static web apps service.
All you need for that is
🔹 a GitHub repo,
🔹 an Azure subscription, and
🔹 Azure's static web apps service.
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
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
✅ tool calling to mix AI with traditional functions,
✅ structured output to extract infos, and
✅ async streams to build chat bots.
#rstats #AI #datascience
✅ tool calling to mix AI with traditional functions,
✅ structured output to extract infos, and
✅ async streams to build chat bots.
#rstats #AI #datascience
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
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
1️⃣ Insert textboxes with insertUI()
2️⃣ Stream LLM responses into the textboxes
Want more details? Tomorrow, I show 3200+ readers how I built this thing. You can join us at 3mw.albert-rapp.de/subscribe
1️⃣ Insert textboxes with insertUI()
2️⃣ Stream LLM responses into the textboxes
Want more details? Tomorrow, I show 3200+ readers how I built this thing. You can join us at 3mw.albert-rapp.de/subscribe
In R or rather RStudio, multiline statements always get executed as a whole. I'm assuming this is a hard problem in Python but anyone knows why that's the case? 🤔
In R or rather RStudio, multiline statements always get executed as a whole. I'm assuming this is a hard problem in Python but anyone knows why that's the case? 🤔
For some reason it was a pain to get the regex for Part 2 right so I just brute-forced it (find indices between all don't and dos and then remove those chars) 🤣
btw is there an R leaderboard this year? 🤔
For some reason it was a pain to get the regex for Part 2 right so I just brute-forced it (find indices between all don't and dos and then remove those chars) 🤣
btw is there an R leaderboard this year? 🤔
1️ Use a regular grid and plot all texts at a 45 degree angle
2️⃣ Turn the whole chart counter-clockwise
Pretty dope trick that I've learned from a tutorial on the F5 Newsletter. (1/2) #Rstats
1️ Use a regular grid and plot all texts at a 45 degree angle
2️⃣ Turn the whole chart counter-clockwise
Pretty dope trick that I've learned from a tutorial on the F5 Newsletter. (1/2) #Rstats
How it works: Write in markdown and use Quarto to convert it to html, pdf, epub, ...
I produce my books with Quarto (web + ebook + print version). But you can also use it for websites, reports, dashboards, ...
quarto.org
I won't give up LinkedIn but I've been craving for dishing out more short-form R hacks. Hope to fill that void with Bluesky ✌️
I won't give up LinkedIn but I've been craving for dishing out more short-form R hacks. Hope to fill that void with Bluesky ✌️
To celebrate, I'll share my best programming tips. If you're curious & want to join 3100+ readers, you can still sign-up at https://buff.ly/3PRzat5
#RStats
To celebrate, I'll share my best programming tips. If you're curious & want to join 3100+ readers, you can still sign-up at https://buff.ly/3PRzat5
#RStats