Question
Which function combines objects side by side by adding columns?
Select an option. Your answer will be checked instantly.
Correct Answer: D. cbind()
Explanation:
cbind() binds objects by column and therefore adds variables horizontally.
Rows should correspond correctly across the combined objects.
Leave a Reply