#' @title creating myf2
#'
#' @param x
#' @return x^2 - the value of the input to the second power
#' @export
#'
#' @examples if the given x= 3, then the output of the function would be 9
myf2 = function(x) {x^2}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.