library(plotly, warn.conflicts = FALSE, quietly = TRUE); library(datasets, warn.conflicts = F, quietly = T, ); data("InsectSprays")
plot_ly(InsectSprays, x = ~spray, y = ~count, name = "Insect sprays data", type = "box")