**I am new user in R. Am trying to do data visualization using the ggvis to plot scatter plot for my data. A m using the iris data from the url("http://archive.ics.uci.edu/ml/machine-learning-databases/iris/iris.data repository. when running the code iris%>%ggvis(Septal_length, Septal_width, fill= species)%>% layer_points() i am getting the Error: Error in eval(expr, env) : object 'species' not found. How can i fix this?
- RStudio Edition: (Desktop )
- RStudio Version: 5
- OS Version: windows10
- R Version: 5
-
sessionInfo()
:
Referred here from support.rstudio.com