[R] How to append to a data.frame?
Prof Brian Ripley
ripley at stats.ox.ac.uk
Tue Dec 9 08:57:25 CET 2003
On Tue, 9 Dec 2003, David Kreil wrote:
> Yes, once I've named the first column, I can add further ones by saying
> d[c("x","y","z")]=NA or such. I was just wondering whether that was the way to
> do it or whether there was a more elegant approach. Preallocation was the
> critical clue I needed.
Use an initial data.frame call naming all the columns.
--
Brian D. Ripley, ripley at stats.ox.ac.uk
Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/
University of Oxford, Tel: +44 1865 272861 (self)
1 South Parks Road, +44 1865 272866 (PA)
Oxford OX1 3TG, UK Fax: +44 1865 272595
More information about the R-help
mailing list