deparseText | 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.
deparseText(args(lm), maxchars=20)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.