Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Columns Accessors | Data Frames
R Introduction: Part II
course content

Conteúdo do Curso

R Introduction: Part II

R Introduction: Part II

1. Matrices
2. Data Frames
3. Lists

Columns Accessors

Since data frames have names on their columns, you should be able to extract necessary data using them.

There are several ways in R to refer to a particular column using naming. One of them is the same as in vectors and matrices: column name within square brackets (for example, data[, "col_name"]). The second way is unique for data frames - using the dollar $ sign. The syntax is data$col_name (yes, without quotation marks). For example, you can extract the column "Age" from the data frame created in the last chapter.

Tarefa

Let's work with the mtcars dataset. Your tasks are:

  1. Extract the cyl column values using square brackets.
  2. Extract the disp column values using the dollar $ sign.

Tarefa

Let's work with the mtcars dataset. Your tasks are:

  1. Extract the cyl column values using square brackets.
  2. Extract the disp column values using the dollar $ sign.

Tudo estava claro?

Seção 2. Capítulo 3
toggle bottom row

Columns Accessors

Since data frames have names on their columns, you should be able to extract necessary data using them.

There are several ways in R to refer to a particular column using naming. One of them is the same as in vectors and matrices: column name within square brackets (for example, data[, "col_name"]). The second way is unique for data frames - using the dollar $ sign. The syntax is data$col_name (yes, without quotation marks). For example, you can extract the column "Age" from the data frame created in the last chapter.

Tarefa

Let's work with the mtcars dataset. Your tasks are:

  1. Extract the cyl column values using square brackets.
  2. Extract the disp column values using the dollar $ sign.

Tarefa

Let's work with the mtcars dataset. Your tasks are:

  1. Extract the cyl column values using square brackets.
  2. Extract the disp column values using the dollar $ sign.

Tudo estava claro?

Seção 2. Capítulo 3
toggle bottom row

Columns Accessors

Since data frames have names on their columns, you should be able to extract necessary data using them.

There are several ways in R to refer to a particular column using naming. One of them is the same as in vectors and matrices: column name within square brackets (for example, data[, "col_name"]). The second way is unique for data frames - using the dollar $ sign. The syntax is data$col_name (yes, without quotation marks). For example, you can extract the column "Age" from the data frame created in the last chapter.

Tarefa

Let's work with the mtcars dataset. Your tasks are:

  1. Extract the cyl column values using square brackets.
  2. Extract the disp column values using the dollar $ sign.

Tarefa

Let's work with the mtcars dataset. Your tasks are:

  1. Extract the cyl column values using square brackets.
  2. Extract the disp column values using the dollar $ sign.

Tudo estava claro?

Since data frames have names on their columns, you should be able to extract necessary data using them.

There are several ways in R to refer to a particular column using naming. One of them is the same as in vectors and matrices: column name within square brackets (for example, data[, "col_name"]). The second way is unique for data frames - using the dollar $ sign. The syntax is data$col_name (yes, without quotation marks). For example, you can extract the column "Age" from the data frame created in the last chapter.

Tarefa

Let's work with the mtcars dataset. Your tasks are:

  1. Extract the cyl column values using square brackets.
  2. Extract the disp column values using the dollar $ sign.

Seção 2. Capítulo 3
Mude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo
We're sorry to hear that something went wrong. What happened?
some-alt