---
title: "Intro to the namer package"
author: "M. Salmon"
date: "`r Sys.Date()`"
output: rmarkdown::html_vignette
vignette: >
  %\VignetteIndexEntry{Intro to the namer package}
  %\VignetteEngine{knitr::rmarkdown}
  %\VignetteEncoding{UTF-8}
---

```{r setup, include = FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
```

```{r child="../man/rmdfragments/intro.Rmd"} 
```

[![Example of use](../man/figures/screenshot.png)](https://github.com/lockedata/pres-datascience/pull/1/files)

## Use

```{r child="../man/rmdfragments/use.Rmd"} 
```