Objects and Functions
This lesson is called Objects and Functions, part of the Getting Started with R v1 course. This lesson is called Objects and Functions, part of the Getting Started with R v1 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.
Your Turn
Adapt your code from the last lesson so that it saves the data as an object called penguins_data
Have any questions? Put them below and we will help you out!
Course Content
12 Lessons
You need to be signed-in to comment on this post. Login.
Kerritt Saintal • September 22, 2021
No questions just notes for me to save Everything that exists is an object Everything that happens is a function call faketucky (the object) exists once we performed the (function) read_csv Assignment Operator (we assigned the results of the function to the object)