#' Interactive and Analysis Script Utility Functions
#'
#' This package consists of aliases and
#' functions to improve your efficiency and workflow.
#'
#' See package [dgplot](https://github.com/dgabbe/dgplot) for plotting related functions.
#'
#' @section Installation:
#' Install this package:
#' \preformatted{
#' install.packages("devtools")
#' devtools::install_github("dgabbe/dgutils@Current")
#' }
#'
#' @section Aliases:
#' Create some bash equivalents in aliases.R
#'
#' @section Functions:
#' Utility/convenience functions are defined in their own R file named
#' for the function.
#'
#' @docType package
#' @name dgutils-package
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.