I am trying to complete the Intermediate Data Visualization with ggplot2 course but when dealing with the final Project Museums and Nature Centers looks like the codes do not run. Anybody finding my same kind of bug, maybe?
Iām assuming that if there are no results/output then thereās an error in the code.
If you have code to post it would help others to help you debug it.
Click on the tiny little file icon and you can access the solution and also the csv data.
If you want to run your code, you can manually copy the data, make the relevant csv file, and work on your deviceās RStudio.
But I canāt solve the problem of the server being unresponsive. Perhaps there are some site connection issues.
Good luck
Hi,
I am stuck in this part of the project:
Create a new bar plot called museum_class , mapping Is.Museum to the x axis. Since āTRUEā and āFALSEā arenāt very descriptive, use scale_x_discrete() to rename the x axis labels to more easily understood terms ā for example, āMuseumā vs āNon-Museumā.
Beyond around the 200th row (task 17 onwards for me) the code stopped working.
I deleted some earlier tasks & the same lines of code worked. Apologies if this is common knowledge, but worth trying this if the latter tasks stop working for you.