R/helloWorld.R

Defines functions helloWorld

Documented in helloWorld

#' Test function HelloWorld
#' 
#' @export

helloWorld <- function(x){
  idp <- as.numeric(x)
  return(idp)
}
mdragunski/inteRsense documentation built on May 22, 2019, 4:22 p.m.