Interactive dashboard using R
Budget: $25 – $50 AUD
Download a dataset and create an interactive dashboard in R. (Irish)-
1. Check that the data is clean, that means it is not missing any values, and that the format is correct and easily understandable.
2. Define some worthwhile questions which might have multiple options for answers.
3. Define the data that can help to answer those questions.
4. Place each question in its own 'chunk'.
5. Develop an analysis that can answer the question within the chunk, with an output that is appropriate to the question (eg graphic, single value, table, etc.).
You are required to develop an interactive visualisation
For example, analyse the irish dataset by making a box plot of every numeric variable (i.e., Sepal.Length, Sepal.Width, Petal.Length, Petal.Width) per specie. Summarize these box plots into one figure. Different slider inputs need to be used for choosing your own subset of data.
1. Check that the data is clean, that means it is not missing any values, and that the format is correct and easily understandable.
2. Define some worthwhile questions which might have multiple options for answers.
3. Define the data that can help to answer those questions.
4. Place each question in its own 'chunk'.
5. Develop an analysis that can answer the question within the chunk, with an output that is appropriate to the question (eg graphic, single value, table, etc.).
You are required to develop an interactive visualisation
For example, analyse the irish dataset by making a box plot of every numeric variable (i.e., Sepal.Length, Sepal.Width, Petal.Length, Petal.Width) per specie. Summarize these box plots into one figure. Different slider inputs need to be used for choosing your own subset of data.
Related categories:
R Programming Language