#' @title A start for a function
#'
#' @description Starter function for MATH4773CLAG
#'
#' @param x a vector of data
#'
#' @return a vector whose components are squared
#' @export
#'
#' @examples
#' myf(1:10)
myf = function(x){
x^2
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.