splus2R (version 1.3-5)

deparseText: Deparses input argument

Description

Deparse the argument into a single string, with at most maxchars characters. New lines are turned into blanks, and truncated results end in "....".

Usage

deparseText(expr, maxchars=30)

Value

deparsed character string.

Arguments

expr

any expression.

maxchars

maximum number of characters returned

Examples

Run this code
deparseText(args(lm), maxchars=20)

Run the code above in your browser using DataLab