#' simple_sums2 is a load of nonsense
#'
#' x is multiplied by 17.4
#' @param x is what you want to multiply by 17.4
#' @return 17.4 times what you put in!
#' @examples
#' ttrrt <- simple_sums(x = 1);
#' df2 <- simple_sums(x = 12);
#' @export
simple_sums2 <- function(x) {
y <- x*0.5
return(y)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.