R/testFunction.R

Defines functions testFunction

Documented in testFunction

#' Titel
#'
#' Untertitel
#'
#' @description ""
#'
#'

testFunction <- function(){
  a = 1
  return("testFunction executed")
}
lukaszoller/tool_R documentation built on April 25, 2020, 12:55 a.m.