#'Convert Liters to Gallons
#'
#'This function takes in a numeric value in liters and
#'converts it to a numeric value in gallons.
#'
Liter_To_Gal <- function(x){
return(x/3.785)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.