#' square
#'
#' This function is used to test how depending subfuntions work in my Package
#'
#' @param subx numeric value
#' @return The Square of subx
#'
#'
squ <- function(subx){
res <-subx * subx
return(res)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.