In R, what is the purpose of the subset() function?
A. Create a subset of a data frame based on conditions
B. Generate a summary of a data frame
C. Filter data based on row and column indices
D. Extract unique values from a vector using subsetting
Answer: Option A

Join The Discussion