https://github.com/cran/Hmisc
Raw File
Tip revision: 267f8b12991f584d7550e026a7d65362a7bd114e authored by Charles Dupont on 05 May 2010, 08:08:01 UTC
version 3.8-0
Tip revision: 267f8b1
eip.Rd
\name{eip}
\alias{eip}
\title{Edit In Place}
\description{
Invokes \code{edit( )} on the object \code{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{
  \item{name}{an object, usually a function}
}
\value{
none
}
\author{Frank Harrell}
\seealso{\code{\link{edit}}}
\examples{
\dontrun{
eip(summary.formula)  # make temporary bug fix in central area
}
}
\keyword{utilities}

back to top