#' RUncommon is my personal supply of functions that I use often enough not to want to rewrite
#'
#' @docType package
#' @name RUncommon
#' @keywords internal
#' @description internal
NULL
## quiets concerns of R CMD check re: the .'s that appear in pipelines
utils::globalVariables(c("."))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.