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

The Publishing Date

  • 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"

Actual Plot

Plot explanation

  • Plot shows the GDP growth of three big economies over 50 years
  • Data is from World Bank database

Thank you