Search code examples
rr-markdowngithub-flavored-markdown

Displaying figures from RMarkdown with github_document output


I am trying to display figures on github from RMarkdown without success.

  • The figure is displayed on the local html preview.
  • After pushing on Github the md file the figure is not displayed.

title: "Untitled"
output: github_document

summary(cars)

plot(pressure)

Solution

  • Need to push the images files containing figures too.