---
title: "Get Started"
output: rmarkdown::html_vignette
vignette: >
  %\VignetteIndexEntry{get_started}
  %\VignetteEncoding{UTF-8}
  %\VignetteEngine{knitr::rmarkdown}
editor_options: 
  markdown: 
    wrap: 72
---

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

To practice on the `planr` package, please refer to :

-   the `planr` website : [planr - Demand & Supply Planning \| S&OP ::
    with R](https://niconguyen.quarto.pub/planr/about.html)

-   the GitHub repository : [GitHub - nguyennico/planr ·
    GitHub](https://github.com/nguyennico/planr)

Thank you!

Nico
