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