]> git.donarmstrong.com Git - xtable.git/blobdiff - pkg/man/string.Rd
Added sanitization example to the gallery
[xtable.git] / pkg / man / string.Rd
index f07fcf36a99c0022f5bdfab6c66e9e242e9d5996..c117fcf6c68d8b78776d9a7315deffcfd9b2f053 100644 (file)
@@ -7,7 +7,7 @@
 \title{String handling functions}
 \description{Private functions for conveniently working with strings.}
 \usage{
-  string(text,file="",append=FALSE) 
+  string(text,file="",append=FALSE)
   \method{print}{string}(x,...)
   \method{+}{string}(x,y)
   as.string(x,file="",append=FALSE)
@@ -25,6 +25,6 @@
   These functions are private functions used by \code{print.xtable}.  They are
   not intended to be used elsewhere.
 }
-\author{David Dahl \email{dahl@stat.tamu.edu} with contributions and suggestions from many others (see source code).}
+\author{David Dahl \email{dahl@stat.byu.edu} with contributions and suggestions from many others (see source code).}
 \seealso{\code{\link{print.xtable}}}
 \keyword{print}