How to Apply the date() Function in R (Example Code)
In this tutorial, I’ll show how to use the date() function in the R programming language.
Example: How to Return the System Date & Time in R
date() # Get current system date # [1] "Tue Dec 28 09:12:16 2021" |
date() # Get current system date # [1] "Tue Dec 28 09:12:16 2021"