The csv file bgg.csv contains 999 board games from the website boardgamegeek.com. There are 10 variables. The relevant variables are:
In the code chunk below, load the tidyverse package and read in the csv file and save it as bgg
Create the plot in Brightspace that has:
For question 2, you’ll be examining the association between user average rating (rating) and play time (playtime) with a scatter plot
Start by creating the blank graph seen in Brightspace. The orange color for the title uses the same hex code as the orange in question 1. Make sure the labels, title, caption, and theme match. Save the blank graph as gg_bgg and have it appear in your solutions.
Using gg_bgg, the appropriate geoms
, and other
functions, create the graph seen in Brightspace. Save it as
gg_rating_scatter and have it appear in the
solutions.
Using gg_rating_scatter, create the graph seen in Brightspace. Briefly describe 3 different insights you can reach from the graph!