- Following content displays the date on which this code was published
a <- Sys.Date() a <- format(a, "%d-%b-%Y") a
## [1] "12-Jul-2020"
12/07/2020
## Warning: package 'plotly' was built under R version 3.6.2
## Loading required package: ggplot2
## ## Attaching package: 'plotly'
## The following object is masked from 'package:ggplot2': ## ## last_plot
## The following object is masked from 'package:stats': ## ## filter
## The following object is masked from 'package:graphics': ## ## layout
## ## Attaching package: 'dplyr'
## The following objects are masked from 'package:stats': ## ## filter, lag
## The following objects are masked from 'package:base': ## ## intersect, setdiff, setequal, union
a <- Sys.Date() a <- format(a, "%d-%b-%Y") a
## [1] "12-Jul-2020"