#' Find month of half-year #' @export month_of_halfyear = function(hy, order) { return(6 * (hy - 1) + order) }
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.