#' Scientific notation
#'
#' Allows numbers to be quickly entered in scientific notation.
#' @export
EE <- function(base, power){
base*10^power
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.