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