Skip to content
Prev 143582 / 398500 Next

Column renaming

On Mon, May 5, 2008 at 10:54 AM, Chip Barnaby <cbarnaby at wrightsoft.com> wrote:
There's the rename function in the reshape package:

library(reshape)
X <- rename(X, c("bob" = "sue")

Hadley