today() and now()

today() # just the date
## [1] "2025-03-07"
now() # date with timestamp
## [1] "2025-03-07 11:25:17 UTC"