powered by
Deparse the argument into a single string, with at most maxchars characters. New lines are turned into blanks, and truncated results end in "....".
maxchars
deparseText(expr, maxchars=30)
deparsed character string.
any expression.
maximum number of characters returned
deparseText(args(lm), maxchars=20)
Run the code above in your browser using DataLab