Hi Everyone,
I'm brand new to RStudio and unable to run some initial code. Seems like maybe something did not install correctly, but no solutions I've found have helped. When I try to plot a dataset, the following code results in the following error:
ggplot(data=mydata,
aes=(x=carat, y=price, colour=clarity)) +
geom_point() +
geom_smooth()
Error in geom_point() : could not find function "geom_point"