#' Feet to meters
#'
#' Converts feet to meters
#'
#' @param x A value in feet to convert
#'
#' @return The value in meters
#'
#' @export
ft2m <- function(x) return(x * 0.3048)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.