Beginner
R
Q11 / 100
Which symbol is used to access a column in a data frame by name?
Correct! Well done.
Incorrect.
The correct answer is C) $
C
Correct Answer
$
Explanation
The "$" operator accesses a named element of a list or column of a data frame, e.g. "df$column_name".
Progress
11/100