knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
The BESdata
package is meant to simplify getting data from some BES data sources into R - mostly for products of the Technical Services / Environmental Information Division. This guide will describe some simple use cases for using the package. The package can be installed using the https://remotes.r-lib.org package:
#| eval: FALSE options(download.file.method = "wininet") remotes::install_github("jasonelaw/BESdata")
For this guide, we'll use some other packages:
#| echo: FALSE library(BESdata) library(sf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.