#' Function for lab 5
#'
#' adds 95 to a vector
#'
#' @param x any vector variable
#'
#' @return vector plus 95
#' @export
#'
#' @examples
#' x=c(1,2,3,4), functionforlab5(x)
functionforlab5 = function(x){
x+95
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.