even <- function (x) x%%2==0
odd <- function (x) x%%2==1
sd.xts <- xts:::sd.xts
#' @importFrom utils packageDescription
#' @importFrom stats sd
#' @import xts
#' @import zoo
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.