#' Useless function
#'
#' Takes vector and returns vector plus 3
#'
#'
#'
#' @param x vector
#'
#' @returns vector
#' @export
#'
#' @examples
#' x=(1:30), Abc(x)
#'
Abc = function(x) {
x + 3
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.