Hello! My name is Susan and I make clear, to-the-point coding videos and guides.

Request a custom video...

Learn more about my background and experience at susanbuck.net.

General inquiries: mail@codewithsusan.com

Get notified when I post new videos by subscribing on YouTube Code with Susan.

Guides

Show all
R Error - Could not find function - Explains what the “could not find function” error in R means and how to fix it.
R for Data Science - Workflow Basics (3) - Learn the fundamentals of R programming via the book R for Data Science. Covers basic syntax including math calculations, creating objects, writing comments, working with functions, and best practices.
R for Data Science - Introduction (1) - This introduction sets the stage for the goals of R for Data Science: teaching you how to import, tidy, transform, visualize, model, and communicate data.
Reshaping Data Wide / Long Format (R Simplified) - Explanation of wide and long format data and how to convert between the two in R.
R / RStudio Sessions - Best Practices for Reproducibility (R Simplified) - Guide to three key components of a R session: the working directory, workspace, and loaded packages. Understanding and managing these elements properly enhances reproducibility, efficiency, and organization.
Simple setup for R in VSCode instead of RStudio (Mac) - How to configure VSCode as a development environment for R, integrating features such as code completion, linting, and syntax highlighting. Offers a more versatile and performance-focussed alternative to R Studio.