Question
Which function combines data frames by stacking their rows when columns are compatible?
Select an option. Your answer will be checked instantly.
Correct Answer: C. rbind()
Explanation:
rbind() binds objects by row and therefore adds observations vertically.
The participating objects must have compatible columns.
Leave a Reply