Learn R Programming

Deriv (version 4.1.6)

format1: Wrapper for base::format() function

Description

Wrapper for base::format() function

Usage

format1(expr)

Value

A character vector of length 1 contrary to base::format() which can split its output over several lines.

Arguments

expr

An expression or symbol or language to be converted to a string.