Skip to content
R for the Rest of Us Logo

Objects and Functions

This lesson is locked

Get access to all lessons in this course.

If the video is not playing correctly, you can watch it in a new window

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!

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

Kerritt Saintal

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)