today() and now()

today() # just the date
## [1] "2024-05-10"
now() # date with timestamp
## [1] "2024-05-10 19:35:20 UTC"