R/somefunc.r

##
## [somefunc.r]
##
## author     : Ed Goodwin
## project    : hrugrhelpr
## createdate : 05.22.2016
##
## description:
##    function for the HRUG package
##
## version: 0.01
## changelog:
##



somefunc = function() {
  ## commentary on how the function works
  retstr = paste("This function should do something,",
                 "but it does nothing.", sep=' ')
  return(retstr)
}
egoodwintx/hrugskel documentation built on May 16, 2019, 12:14 a.m.