Skip to content
R for the Rest of Us Logo

R in 3 Months (Spring 2025)

Examine our Data

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

Take a look at your data in the following ways:

  1. In the console by typing penguins_data

  2. Using the glimpse() function

  3. With the RStudio viewer (or using the view() function)

  4. With one of the functions I showed from the packages that I demonstrated:

    • skim() from the skimr package

    • tbl_summary() from the gtsummary package

    • makeDataReport() from the dataReporter package

    • scan_data() from the pointblank package

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

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

Course Content

127 Lessons