Hmisc (version 2.2-0)

eip: 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

See Also

edit

Examples

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

Run the code above in your browser using DataCamp Workspace