We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12a6e63 commit cab8caeCopy full SHA for cab8cae
vignettes/versioned-data.Rmd
@@ -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