Getting Started With R (RStudio)
Examine our Data
This lesson is called Examine our Data, part of the Getting Started With R (RStudio) course. This lesson is called Examine our 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
Take a look at your data in the following ways:
In the console by typing
penguins_dataUsing the
glimpse()functionWith the RStudio viewer (or using the
view()function)With one of the functions I showed from the packages that I demonstrated:
skim()from theskimrpackagetbl_summary()from thegtsummarypackage
makeDataReport()from thedataReporterpackagescan_data()from thepointblankpackage
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.