R/foo.r

############################################################################################################################
#   foo()
#   This is a test function
##########################################################################################################################
foo = function(x,a)
{
tmp=testfoo.ischaracter(x)
if(tmp) 
  cat("Character ", x, " ", a, "\n")
else
  cat("Not character", x, "\n")
if(1==0) cat(d)
}
eeholmes/package-skeleton documentation built on May 25, 2019, 5:20 p.m.