---
title: "Getting Started with the healthyverse"
output: rmarkdown::html_vignette
vignette: >
  %\VignetteIndexEntry{Getting Started with the healthyverse}
  %\VignetteEngine{knitr::rmarkdown}
  %\VignetteEncoding{UTF-8}
---

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

```{r setup}
library(healthyverse)
```