eip {Hmisc}R Documentation

Edit In Place

Description

Invokes edit( ) on the object name and stores the resulting edited object in place of the original, even if this is a remote place (as long as the user has write access). This is more useful in S-Plus than in R.

Usage

eip(name)

Arguments

name an object, usually a function

Value

none

Author(s)

Frank Harrell

See Also

edit

Examples


eip(summary.formula  # make temporary bug fix in central area

[Package Contents]