J
Fine You gave me a point.
Furthermore, may I have one more?
In the Splus version 2000, there are about 100 functions that I wrote myself.
Now to import the S+ functions to R format in R directory, all the 100 times work like 1)save S+ file to text and 2) use R commans source(file="c:\\myfunction1.txt") 100 times to myfunction100.text. This is useless.
I wonder if there is one-shot utility for me to do by ONLY ONE COMMAND.
1) Need a utily to store all 100 S+ functions to one file in Windows.
2) Need a utility to restore it to R files (actually 100 R functions)
Furthermore, may I have one more?
In the Splus version 2000, there are about 100 functions that I wrote myself.
Now to import the S+ functions to R format in R directory, all the 100 times work like 1)save S+ file to text and 2) use R commans source(file="c:\\myfunction1.txt") 100 times to myfunction100.text. This is useless.
I wonder if there is one-shot utility for me to do by ONLY ONE COMMAND.
1) Need a utily to store all 100 S+ functions to one file in Windows.
2) Need a utility to restore it to R files (actually 100 R functions)