Skip to content
R for the Rest of Us Logo

R in 3 Months (Spring 2026)

Objects and Functions

Transcript

Click on the transcript to go to that point in the video. Please note that transcripts are auto generated and may contain minor inaccuracies.

View code shown in video
library(tidyverse)

coffee_ratings <- read_csv("coffee_ratings.csv")

Learn More

Adapt your code from the last lesson so that it saves the data as an object called coffee_ratings

Have any questions? Put them below and we will help you out!

You need to be signed-in to comment on this post. Login.

Course Content

144 Lessons