# imports.R
# It is unclear which parts of rlang must be imported, so import the whole
# package to ensure all operators and functions are available in library.
#' @import dplyr
#' @importFrom forcats as_factor
#' @importFrom stats sd
#' @importFrom stats var
#' @importFrom stats cov
#' @importFrom stats cor
#' @importFrom utils combn
#' @importFrom stats qnorm
#' @importFrom stats rnorm
#' @importFrom stats qt
#' @importFrom stats rt
#' @importFrom stats rgamma
#' @importFrom stats runif
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.