Deparses input argument
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.
deparseText(args(lm), maxchars=20)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.