#' Test function
#'
#' @export
#' @examples
#'
#' test()
test <- function() {
print("pof")
}
#' Test function
#'
#' @export
#' @examples
#'
#' test2()
test2 <- function() {
print("pof")
}
#' Test function
#'
#' @export
#' @examples
#'
#' test3()
test3 <- function() {
print("pof")
}
#' Test function
#'
#' @export
#' @examples
#'
#' test4()
test4 <- function() {
print("pof")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.