6/29/2021

Instructions

Create a web page presentation using R Markdown that features a plot created with Plotly. Host your webpage on either GitHub Pages, RPubs, or NeoCities. Your webpage must contain the date that you created the document, and it must contain a plot created with Plotly. We would love to see you show off your creativity!

Loading the data

## 
## -- Column specification --------------------------------------------------------
## cols(
##   year_of_assessment = col_double(),
##   tax_group = col_character(),
##   no_of_indv_assessed = col_double(),
##   total_income = col_double(),
##   donations = col_double(),
##   assessable_income = col_double()
## )

Plot of income of individuals by tax group

Plot of average income of individuals by tax group

Thank you

and have a great day