String handling functions
string.RdPrivate functions for conveniently working with strings.
Usage
string(text,file="",append=FALSE)
# S3 method for class 'string'
print(x,...)
# S3 method for class 'string'
x + y
as.string(x,file="",append=FALSE)
is.string(x)Details
These functions are private functions used by print.xtable. They are
not intended to be used elsewhere.
Author
David Dahl dahl@stat.byu.edu with contributions and suggestions from many others (see source code).