deparseText {splus2R} | R Documentation |
Deparse the argument into a single string, with at most maxchars
characters. New lines are turned into blanks, and truncated
results end in "....".
deparseText(expr, maxchars=30)
expr |
any expression. |
maxchars |
maximum number of characters returned |
deparsed character string.
anyMissing
,
as.rectangular
,
colIds
,
colMaxs
,
colMedians
,
colMins
,
colRanges
,
colStdevs
,
colVars
,
ifelse1
,
is.numeric.atomic.vector
,
is.rectangular
,
is.missing
,
is.zero
,
lowerCase
,
oldUnclass
,
numCols
,
numRows
,
peaks
,
positions
,
rowIds
,
rowMaxs
,
rmvnorm
,
stdev
,
subscript2d
,
upperCase
,
vecnorm
,
which.na
.
deparseText(args(lm), maxchars=20)