My R console is not responding and every time I open R, all unsaved files open up. I tried closing them and running my code but the console is just reading the comments and not running the code. This is the code:
#load the library
library(ggplot2)
and this is the result:
#load the library
The ">" in the console is not appearing after running the code.
I tried closing R and restarting R already but still having the problems. I tried uninstalling and reinstalling R and the problem persists. How do I go about this?