Skip to content

Commit cab8cae

Browse files
committed
versioned data header
1 parent 12a6e63 commit cab8cae

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

vignettes/versioned-data.Rmd

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: "Understanding and accessing versioned data"
3+
output: rmarkdown::html_vignette
4+
vignette: >
5+
%\VignetteIndexEntry{Understanding and accessing versioned data}
6+
%\VignetteEngine{knitr::rmarkdown}
7+
\usepackage[utf8]{inputenc}
8+
---
9+
10+
```{r, echo = FALSE, message = FALSE}
11+
knitr::opts_chunk$set(collapse = TRUE, comment = "#>")
12+
options(tibble.print_min = 4L, tibble.print_max = 4L, max.print = 4L)
13+
library(epidatr)
14+
library(dplyr)
15+
```

0 commit comments

Comments
 (0)