format1 {Deriv} | R Documentation |
Wrapper for base::format() function
Description
Wrapper for base::format() function
Usage
format1(expr)
Arguments
expr |
An expression or symbol or language to be converted to a string. |
Value
A character vector of length 1 contrary to base::format() which can split its output over several lines.
[Package Deriv version 4.1.3 Index]