R Markdown Presentation & Plotly

Muhammd Ali Shaaban
18 December 2018

Second Slide

Developing Data Products

Peer-graded Assignment.

For more details on authoring R presentations please visit https://support.rstudio.com/hc/en-us/articles/200486468.

  • Create a web page presentation using R Markdown that features a plot created with Plotly. Host your webpage on either GitHub Pages, RPubs, or NeoCities.

  • Your webpage must contain the date that you created the document, and it must contain a plot created with Plotly. We would love to see you show off your creativity!

Slide With Code

library(plotly)
library(ggplot2)
library(graphics)
library(stats)
#data(iris)
#plot_ly(data = iris , x = iris$Sepal.Length, y = iris$Petal.Length , color = iris$Species)
data("presidents")

Slide With Plot

Error in plot_ly(x = time(presidents), y = presidents) : 
  could not find function "plot_ly"