Skip to content
Prev 157537 / 398506 Next

replicating dataframe rows

Try this:

my.df <- data.frame(Place = rep(place, population), Population =
rep(population, population))
On Mon, Sep 29, 2008 at 2:26 PM, milton ruser <milton.ruser at gmail.com> wrote: