Learn R Programming

splus2R (version 1.1-0)

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)

Arguments

expr
any expression.
maxchars
maximum number of characters returned

Value

  • deparsed character string.

concept

splus

Examples

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

Run the code above in your browser using DataLab