Write a R program to create the system's idea of the current date with and without time.
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"
total answers (1)
start bookmarking useful questions and collections and save it into your own study-lists, login now to start creating your own collections.
Sample Output:
need an explanation for this answer? contact us directly to get an explanation for this answer