Which one would be faster
Or
Does it create the data again when I use a callmodule to save the data. And other questions like that..
No, the memory and runtime overhead should both be insignificant. Similar to breaking one big function into four smaller functions in regular R code.
Thanks for the reply I thought I am creating for 5 ot 6 copies of each dataframe on a different namespace everytime I create a module.
It means it is just one dataframe moving around in functions without any overhead Right???