What does a natural join do in R's merge() function?
A.Keeps only matching rows from both datasets
B.Includes all rows from both datasets
C.Keeps all rows from the first dataset and matching rows from the second
D.Keeps all rows from the second dataset and matching rows from the first