Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Learn Challenge: Tibbles | Core R Data Structures for EDA
Essential R Data Structures for Exploratory Data Analysis
Section 1. Chapter 2
single

single

bookChallenge: Tibbles

Swipe to show menu

Task

Swipe to start coding

Apply your knowledge of tibbles to manipulate tabular data.

  • Create a tibble using the vectors names_vec, ages_vec, and scores_vec as columns named "Name", "Age", and "Score", respectively.
  • Select only the "Name" and "Score" columns from the tibble.
  • Filter the rows so that only those with a "Score" greater than 80 remain.

Solution

Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?

How can we improve it?

Thanks for your feedback!

Section 1. Chapter 2
single

single

Ask AI

expand

Ask AI

ChatGPT

Ask anything or try one of the suggested questions to begin our chat

some-alt