Rev 24798 | Rev 50312 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
\name{dataframeHelpers}\title{Data Frame Auxiliary Functions}\alias{xpdrows.data.frame}\description{Auxiliary functions for use with data frames.}\usage{xpdrows.data.frame(x, old.rows, new.rows)}\arguments{\item{x}{object of class \code{data.frame}.}\item{old.rows, new.rows}{row names for old and new rows.}}\details{\code{xpdrows.data.frame} is an auxiliary function which expands therows of a data frame. It is used by the data frame methods of\code{[<-} and \code{[[<-} (which perform subscripted assignments on adata frame), and not intended to be called directly.}\seealso{\code{\link{[.data.frame}}}\keyword{internal}