Getting Started With R (RStudio)
Import Data
This lesson is called Import Data, part of the Getting Started With R (RStudio) course. This lesson is called Import Data, part of the Getting Started With R (RStudio) 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...
Your Turn
Create a new R script file and save it as
import.RAdd the line
library(tidyverse)at the top of your R script file and run it to load the tidyverse package.Use the
read_csv()function (notread.csv()) to import thepenguins_data.csvfile
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.