---
title: "Intros"
output: rmarkdown::html_vignette
vignette: >
%\VignetteIndexEntry{Intros}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
```
```{r setup}
# install.packages('devtools')
# remotes::install_github('afsc-assessments/planteam')
library(planteam)
```
## Example
Once `planteam` is installed on your machine open a new .Rmd file, click on
the “From Template” find the one that is called `goa_summary`, or `bsai_summary` name it e.g., **goa_summary** or **bsai_summary** - and a couple files will be placed in the named folder.
```{r, echo=F}
knitr::include_graphics(here::here('man', 'figures', 'README-template.PNG'))
```
Go to either the `bsai_summary.Rmd` or `goa_summary.Rmd` file and press the `knit` button in Rstudio.
The specs data will be stored in the data folder, you will need make sure the data in the [google sheet](https://docs.google.com/spreadsheets/d/1uHmCuY3GXfSBCbsP61nAQeATBfoslXeS3PQNLlioWIk/edit#gid=1812144961) are accurate.