Q:

Write a R program to create the system's idea of the current date with and without time

0

Write a R program to create the system's idea of the current date with and without time.

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

print("System's idea of the current date with and without time:")
print(Sys.Date())
print(Sys.time())

Sample Output:

[1] "System's idea of the current date with and without time:"
[1] "2018-11-13"
[1] "2018-11-13 12:33:23 UTC"

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Similar questions


need a help?


find thousands of online teachers now