Please May I ask for a help to fix an issue as follows?
• I fail to visualize my date frame by using ggplot2 in Rstudio cloud. It throws an error message saying - could not find function "ggplot2".
• What I did is I tried things like unstalling/ installing or install.packages("colorspace") following the solutions of the similar topics of the past.
• My OS is Windows 10 pro.
• .LibPaths() returns "/opt/R/4.1.2/lib/R/library"
• ggplot2 ( 3.3.5) is installed.
ggplot2 is the name of the package, the function is called ggplot() (without the 2), also make sure you have loaded the package into your session with library(ggplot2) before trying to use the ggplot() function, if you get an error message while loading the package please post it here so we can take a look.