#' @title pulledRates: A Research Compendium
#'
#' @description
#' A paragraph providing a full description of the project and describing each
#' step of the workflow.
#'
#' @author Andrew Helmstetter \email{andrew.j.helmstetter@gmail.com}
#'
#' @date 2021/05/10
## Install Dependencies (listed in DESCRIPTION) ----
devtools::install_deps(upgrade = "never")
## Load Project Addins (R Functions and Packages) ----
devtools::load_all()
## Global Variables ----
# You can list global variables here (or in a separate R script)
## Run Project ----
# List all R scripts in a sequential order and using the following form:
# source(here::here("rscripts", "script_X.R"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.