The R Project SVN R

Rev

Rev 230 | Blame | Last modification | View Log | Download | RSS feed

\name{fix}
\title{Fix an Object}
\usage{
fix(x)
}
\alias{fix}
\arguments{
  \item{x}{An \R object}
}
\description{
  \code{fix} invokes an editor on \code{x} and then assigns the new
  (edited) version of \code{x} in the global environment.
}
\keyword{utilities}