#' Centimeters to inches
#'
#' Converts cm to inches
#'
#' @param x A value in centimeters to convert
#'
#' @return The value in inches
#'
#' @export
cm2in <- function(x) return(x/2.54)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.