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"

Leave a Reply

Your email address will not be published. Required fields are marked *

Fill out this field
Fill out this field
Please enter a valid email address.
You need to agree with the terms to proceed

Menu
Top