Beginner R
Q28 / 100

Which function combines two data frames by stacking their rows?

Correct! Well done.

Incorrect.

The correct answer is B) rbind()

B

Correct Answer

rbind()

Explanation

rbind() stacks data frames or matrices vertically (row-wise), while cbind() combines them column-wise.

Progress
28/100