Q. Which of the following statement changes column name to h and f?
β
Correct Answer: (A)
colnames(m) <- c("h", "f")
You must be Logged in to update hint/solution