Skip to content
KnowledgeCity

R Programming: Two Dimensional Data

Learn two-dimensional data tradecraft and how to work with data frames, tibbles, and lists
Preview the first lesson free — get full access to all 4 lessons.
Course: On-Demand
Beginner Provider David Christensen  4 Lessons ·  21m  in Arabic, German, English, Spanish, French, Portuguese, Chinese 

Course Description

In these lessons, you will learn about the fundamental concepts of working with two-dimensional data in R programming language. We’ll cover essential topics like data frames, tibbles, and lists, providing you with a solid foundation to begin working with two-dimensional data in R.

Creating and manipulating data frames is an important skill that will enable you to take control of your data and get the best results in situations where the organization and structure of your data is critical. You will come to understand how and why tibbles differ from data frames, and by working with lists, you will also discover some unique and powerful features of the R programming language. Most importanatly, you will gain an understanding of when to use data frames, tibbles, and lists, based on specific use-cases.

What You'll Learn

  • Understand the concept of two-dimensional data and how it is used in R
  • Create and work with data frames in R
  • Explain what tibbles are and how they differ from data frames in R
  • Create and work with lists in R
  • Determine when to use data frames, tibbles, and lists based on specific use-cases

Key Takeaways

  • The course covers the fundamental concepts of working with two-dimensional data in R, including data frames, tibbles, and lists.
  • Creating and manipulating data frames lets you control your data and get the best results when the organization and structure of your data is critical.
  • Tibbles differ from data frames, and working with lists reveals unique and powerful features of the R programming language.
  • Choosing between data frames, tibbles, and lists depends on the specific use-case.

Frequently Asked Questions

What topics does this course cover?

It covers the fundamental concepts of working with two-dimensional data in R, including data frames, tibbles, and lists, across lessons on Data Frames (Part 1), Data Frames (Part 2), Tibbles, and Lists.

What skills will I gain from this course?

You will learn to create and work with data frames, understand how tibbles differ from data frames, create and work with lists, and decide when to use each based on specific use-cases. Related skills include R (Programming Language), Data Frame, Data Manipulation Language, Data Definition Language, Data Driven Instruction, and Vector Data.

How is the course structured?

The course is organized into four lessons: Data Frames (Part 1), Data Frames (Part 2), Tibbles, and Lists.

Why is learning to create and manipulate data frames important?

Creating and manipulating data frames is an important skill that enables you to take control of your data and get the best results in situations where the organization and structure of your data is critical.