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

Fix an Object

Description

fix invokes an editor on x and then assigns the new (edited) version of x in the global environment.

Usage

fix(x)

Arguments

x

An R object


[Package base version 0.60 ]