Skip to content

Commit

Permalink
docs: added a doc to include design content via use_vignette()
Browse files Browse the repository at this point in the history
  • Loading branch information
lwjohnst86 committed Feb 14, 2024
1 parent 5a8d455 commit 66c5cec
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions vignettes/design.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: "Design"
output: rmarkdown::html_vignette
vignette: >
%\VignetteIndexEntry{design}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
---

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

0 comments on commit 66c5cec

Please sign in to comment.