[R] libname version in R

Michael Yutzi abcddp at gmail.com
Fri Aug 14 21:09:34 CEST 2009


Hello friends, 
in SAS there is the 'libname' source. You associate a way.. ex: ab .. "C:\My
Paste\Works" and when u do 

data ab.example;
(...)
run;

you are saving the archive "example" in a SAS format, and you can see 
C:\My Paste\Works\example "growing" ("example"'s size:200MB... refresh..
500MB.. refresh.. 1.2GB...)

>How can I do something like that in R?
My main point is to know for sure if my work is really being processed or
for some reason R "crashed" and I would be waiting forever, and also because
I believe it will turn my life easier (not importing, exporting, loading all
the time), won't it?  
 
-- 
View this message in context: http://www.nabble.com/libname-version-in-R-tp24976988p24976988.html
Sent from the R help mailing list archive at Nabble.com.




More information about the R-help mailing list