I am trying to run a sample string with iris iris set if the object "..." is not found. Do I need to check for specifics in my environment?
library(plotly)
p <- plot_ly(iris, x = Petal.Length, y = Petal.Width,color = Species, mode = "markers")
Error in plot_ly (iris, x = Petal.Length, y = Petal.Width, color = Views :: object 'Petal.Length' not found
source
share