Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Learn Challenge: Create and Access Lists | Section
Practice
Projects
Quizzes & Challenges
Quizzes
Challenges
/
Data Cleaning and Transformation with Data Frames in R - 1768563984993

bookChallenge: Create and Access Lists

Task

Swipe to start coding

Create a function that builds a list representing a student's profile and allows access to specific elements.

  • The function must return a list with four elements: name, age, grades, and passed.
  • The grades element must be a numeric vector.
  • The passed element must be a logical value.
  • The main execution must access and print the grades and passed elements from the list.

Solution

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

close

bookChallenge: Create and Access Lists

Swipe to show menu

Task

Swipe to start coding

Create a function that builds a list representing a student's profile and allows access to specific elements.

  • The function must return a list with four elements: name, age, grades, and passed.
  • The grades element must be a numeric vector.
  • The passed element must be a logical value.
  • The main execution must access and print the grades and passed elements from the list.

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

some-alt