#' openblasctl
#'
#' A micro-package for controlling the number of threads used by OpenBLAS from
#' R. This can be useful if you did not set the `OMP_NUM_THREADS` environment
#' variable before starting your R session. Obviously this requires that you are
#' using the OpenBLAS library with R.
#'
#' @docType package
#' @name openblasctl-package
#' @author Drew Schmidt
#' @keywords package
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.