--- title: "nhlscraper" output: rmarkdown::html_vignette vignette: > %\VignetteIndexEntry{nhlscraper} %\VignetteEngine{knitr::rmarkdown} %\VignetteEncoding{UTF-8} --- ```{r, include = FALSE} knitr::opts_chunk$set( collapse = TRUE, comment = "#>" ) ``` ```{r setup} library(nhlscraper) ``` For further usage, check out the documentation and example on our [website](https://rentosaijo.github.io/nhlscraper/).