CSE MCQs :: R Programming MCQs
-
What would be the output of the following code ?p - as.POSIXlt(x)names(unclass(p))p$wday
-
What would be the output of the following code ?x - 1:4y - 6:9z - x + yz
-
What would be the output of the following code ?x - 1:4y - 6:9x/y
- Which of the following argument denotes if the file has a header line ?
- Point out the wrong statement :
- Columns can be arranged in descending order too by using the special ____ operator.
- Connections to text files can be created with the ________ function.