Skip to content
Prev 82216 / 398502 Next

return character

On 12/6/05, Judy Chung <cp3942 at gmail.com> wrote:
Replace the return with:

   return(list(A = A, B = B))

and then change the body of my.fun to:

   with(entertitle(), {
     ... rest of function body goes here ...
   }