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

## Not run: 
eip(summary.formula
## End(Not run)  # make temporary bug fix in central area

[Package Hmisc version 3.0-10 Index]