Hello:

I have met an issue when I use the function "source".

For example, we use function source to read a txt file, say all.txt, which 
contains three function: A, B, C. Then I use the function save to save 
individual function A to a file say Abig, whose size on the drive is Abigsize. 
While I can source the file Abig to get back function A after which I save the 
updated A function to file Asmall, whose size on the drive is Asmallsize. 
Abigsize is much bigger than Asmallsize. It seems that Abig inherited its 
memory information from all.txt instead of its own size.

Would you please help me with the issue?

Best.


________________________________
NOTICE TO RECIPIENTS: The information contained in and a...{{dropped:23}}

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to