string {xtable} | R Documentation |
Private functions for conveniently working with strings.
string(text,file="",append=FALSE) print.string(x) +.string(x,y) as.string(x) is.string(x)
text |
A character object. |
file |
Name of the file that should receive the printed string. |
append |
Should the printed string be appended to the file? |
x |
A string object. |
y |
A string object. |
These functions are private functions used by print.xtable
. They are
not intended to be used elsewhere.
David Dahl dbdahl@stat.wisc.edu