This project was created as part of the Developing Data Products course of the Coursera Data Science Specialisation.
The goal of the project is to create a web page presentation using R Markdown that features a plot created with Plotly, and to host the resulting web page on either GitHub Pages, RPubs, or NeoCities.
We will produce a file showing the median household income by state with a mouseover hover effect.
The raw file was procured from this website: https://data.census.gov/cedsci/table?q=income%20tax&g=0100000US.04000.001&hidePreview=true&tid=ACSST1Y2018.S1901&t=Income%20%28Households,%20Families,%20Individuals%29. The CSV is shared and hosted at: https://docs.google.com/spreadsheets/d/1DcVZuwwm-W_gq38zePEit7jhHAGMkqJnswkhYEeFXZc/edit?usp=sharing
The below chart takes the COVID19 data from Arkansas state and plots it. Then the graph is made interactive through plotly so that you can hover and see details, click to zoom, etc.