dwww Home | Show directory contents | Find package

---
author: "Hadley Wickham"
title: "R Markdown Vignette with an Image"
description: "The image is in a subdirectory, and we must be sure to copy it."
output: rmarkdown::html_vignette
vignette: >
  %\VignetteIndexEntry{R Markdown Vignette with an Image}
  %\VignetteEngine{knitr::rmarkdown}
  %\VignetteEncoding{UTF-8}
---

Some words, and then an image like this:

```{r, echo = FALSE}
knitr::include_graphics("open-graph/logo.png")
```

Generated by dwww version 1.15 on Fri May 24 05:39:54 CEST 2024.