#' Alternative rounding function
#'
#' @param x numeric vector to be rounded
#' @examples
#' ## Short example
#'
#' # Load precomputed example data
#' #TODO: find test object
#'
#' @export
myround <- function(x){trunc(x+0.5)}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.