Which Of The Following Statement Changes Column Name To H And F #234
Which of the following statement changes column name to h and f?
This multiple choice question (MCQ) is related to the book/course gs gs110 R Language. It can also be found in gs gs110 Nuts and Bolts and Getting Data In and Out - Reading Datasets - Quiz No.2.
Which of the following statement changes column name to h and f?
colnames(m) <- c("h", "f")
columnnames(m) <- c("h", "f")
rownames(m) <- c("h", "f")
rownames(m) <- c("f", "f")