Skip to content
Prev 132136 / 398506 Next

modify a data.frame within a function

You need to read about scope.

Try using return() from within your function to return the modified
data frame to the caller.

Best wishes,

Mark
On 15/12/2007, Yuval Sapir <ysapir at bgu.ac.il> wrote: