R/RIS.test.R

Defines functions RIS.test

Documented in RIS.test

#' 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!")
}
SRingshandl/RISpackage documentation built on March 18, 2022, 1:14 p.m.