splus2R (version 1.2-2)

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.

Examples

Run this code
# NOT RUN {
deparseText(args(lm), maxchars=20)
# }

Run the code above in your browser using DataCamp Workspace