Skip to content

modify a data.frame within a function

2 messages · Yuval Sapir, Mark Wardle

#
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: