Channel Avatar

Melissa Van Bussel (ggnot2) @UCWPCd6tPtoLJYzQQ681pe5Q@youtube.com

4.7K subscribers - no pronouns :c

Hi, I’m Melissa. It’s nice to meet you! I’m passionate abou


07:31
How to automatically create Quarto revealjs themes using Generative AI
39:38
Posit 2024 Table Contest - My entry - Melissa Van Bussel - Spotify Dashboard
11:51
Creating Interactive Quarto Dashboards with Observable JS, GitHub Actions, and GitHub Pages
06:54
How to embed media in Quarto projects using iframes - YouTube videos, Spotify songs, and Shiny apps!
19:14
How to access Spotify data using R (using the httr2 package)
07:38
How to securely store passwords as environment variables using GitHub Actions ("Actions Secrets")
21:53
Publishing Quarto Dashboards for FREE using GitHub Actions and GitHub Pages
06:24
Publish a Quarto project using GitHub Pages+GitHub Actions in 6 minutes (no need to render locally!)
15:44
How to work with APIs using R (httr2 package tutorial)
33:53
How to use GitLab's time tracking features to visualize your time (how to make a "year in review")
15:35
How to create CUSTOM Callout Boxes in Quarto
14:32
How to publish Quarto revealjs slides using GitLab Pages
05:09
How to use GitHub Copilot and ChatGPT in RStudio - get setup in less than 5 minutes!
06:24
The COOLEST things I learned about at posit::conf(2023)
45:42
Generative AI for R progammers - ChatGPT, gptstudio, DALL-E, Whisper, and GitHub Copilot!
07:24
How to automatically crop images using R ("autocrop" / "smart crop" tutorial)
27:44
How to create a custom classification model in R using the openai package (fine-tune tutorial)
08:15
How to create transcriptions (convert speech to text) using OpenAI's Whisper model in R
05:38
How to generate images with OpenAI's DALL-E models using R - openai R package approach (new)
11:51
How to generate images with OpenAI's DALL-E models using R - reticulate approach
32:25
How to Create an Interactive Infographic Using R (Displayr Tutorial)
24:57
GitHub Copilot for R - First impressions
06:25
How to talk to ChatGPT using R, for FREE!
17:21
Text Generation in R using Markov Chains - Conceptual overview and tutorial (only 3 lines of code!)
44:12
How to Perform Supervised Topic Modelling (Supervised Latent Dirichlet Allocation, sLDA) in R
09:37
How to automatically run an R script on a schedule using a GitLab CI/CD Pipeline
08:41
How to include fontawesome icons in Quarto documents: basic styling AND special effects
16:28
How to send automated emails on a schedule using R for FREE (blastula, Quarto, and GitHub Actions)
01:16
How to publish a website FOR FREE in under 60 seconds using Quarto
12:27
How to run SAS, Python, & R code from within RStudio (How to configure saspy on Windows for R users)
04:59
Image Classification and Object Detection in R using just TWO lines of code!
27:51
Fuzzy String Matching in R | Overview and R Tutorial (Using fuzzywuzzy, polyfuzz, and difflib)
03:55
How to change the font used in a ggplot (2021 updated method) - R tutorial
13:30
How to run R code from within SAS Enterprise Guide
14:23
MARS (Multivariate Adaptive Regression Splines): Overview and Tutorial in R (earth + caret packages)
03:47
Ensemble Learning - Bagging, Boosting, and Stacking explained in 4 minutes!
19:18
Neural Networks in R Tutorial (H2O tutorial in R: how to create an ANN for binary classification)
04:26
Self-Organizing Maps (SOMs) in R Tutorial - Visualizing using the kohonen package
04:57
Using Statistics to break down COVID-19 misconceptions
15:06
k-Means Clustering and Hierarchical Clustering - Overview and Example in R (factoextra to visualize)
04:40
Projection Pursuit - High Level Overview
11:01
Independent Components Analysis (ICA) and the Cocktail Party Problem: Real-World Example using R
16:48
How to create a 100% COMPLETELY reproducible report using RMarkdown (Combine R code, words, & LaTeX)
07:08
Data Mining - Principal Component Analysis (PCA) and Multidimensional Scaling (MDS) in 7 MINUTES