Skip to content
R for the Rest of Us Logo

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

  1. Create a new R script file and save it as import.R

  2. Add the line library(tidyverse) at the top of your R script file and run it to load the tidyverse package.

  3. Use the read_csv() function (not read.csv()) to import the penguins_data.csv file

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

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

Scott Pierce

Scott Pierce

September 1, 2023

when i do step 3 its telling me the data cannot be found but i followed each step correctly up to this point

David Keyes

David Keyes Founder

September 1, 2023

Are you sure you're working in the project you downloaded? Please review the Projects lesson if necessary to confirm that.