This help topic is for R version 4.1.3. For the current version of R, try https://stat.ethz.ch/R-manual/R-patched/library/base/html/base-deprecated.html
base-deprecated {base}R Documentation

Deprecated Functions in Package base

Description

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

Usage

unix.time(...)  ### -- use  system.time(...)  instead

Arguments

...

(arguments)

Details

Functions in standard packages other than the base package are listed in help("pkg-deprecated"), where ‘⁠pkg⁠’ is replaced by the name of the package.

See Also

Deprecated


[Package base version 4.1.3 ]