#' dummyfoofactors: A dummy package
#'
#' The dummyfoofactors package mimics the foofactors package, which is itself a dummy package.
#'
#' @section What I learned:
#' Set-up and create a package with metadata and README files.
#'
#' Learn about workflow with devtools::test(), devtools::check(), devtools::document(),
#' devtools::load_all(), devtools::install().
#'
#' Create functions with usethis::use_r().
#'
#' Document packages and functions with roxygen2.
#'
#' Create vignettes with usethis::use_vignette().
#'
#' Create tests with usethis::use_testthat().
#'
#' And so much more...
#'
#' @docType package
#' @name dummyfoofactors
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.