base-deprecated {base}R Documentation

Deprecated Functions in Base package

Description

These functions are provided for compatibility with older versions of R only, and may be defunct as soon as the next release.

Usage

format.char(x, width = NULL, flag = "-")

Arguments

x a character vector.
width, flag see formatC.

Details

write.table0 is an R-level version of write.table provided for temporary back-compatibility.

format.char was an auxiliary function for formatC whose functionality (and more) is provided by format.default.

The original help page for these functions is often available at help("oldName-deprecated") (note the quotes). Functions in packages other than the base package are listed in help("pkg-deprecated").

See Also

Deprecated


[Package base version 2.2.1 Index]