Search notes:

R function: Sys.Date

Sys.Date returns the current day as a Date object.
Sys.Date()
# [1] "2016-09-23"
Github repository about-r, path: /functions/Sys.Date.R

See also

Index to (some) R functions

Index