Vidyalelo
R Programming · Q115

Data Structures in R Programming

Programming · R Programming · question 115

Q115

What will be the output of the following R code? > datestring x x

A.
"2012-01-10 10:40:00 EST" "2011-12-09 09:10:00 EST"
Answer
B.
"2012-01-10 10:40:00 IST" "2011-12-09 09:10:00 IST"
C.
"2012-01-10 10:40:00 GMT" "2011-12-09 09:10:00 GMT"
D.
Error

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board