Objects and Functions
This lesson is called Objects and Functions, part of the Getting Started With R course. This lesson is called Objects and Functions, part of the Getting Started With R course.
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.
Loading transcript...
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
You need to be signed-in to comment on this post. Login.