#' This is a function to test functionality
#'
#' Write RIS.test and see whether you get an output.
#' If yes, the package ist installed correctly.
#' @keywords test
#' @export
#' @examples
#' RIS.test()
RIS.test <- function() {
print("Hi there!")
print("This is your requested test output! RISpackage is installed correctly!")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.