Displaying 1 result from an estimated 1 matches for "daump".
Did you mean:
daum
2002 Feb 21
0
data.dump from S to R: no functions
...This isn't a reply that will help you solve your problem but instead a
> request for information. Do you know an easy way to do a data.dump in
> S-Plus that excludes the functions? What I always do is to keep copies of
> the functions in script files, delete the functions, do a data.daump, and
> then reinstall the functions by running the scripts. I use S-Plus version
> 2000 on Windows 98. Thanks in advance for you help, and I hope someone can
> help you solve your problem.
>
> Janice Watkins
>
Very simple. Use objects.summary:
Splus/G:/path-8/meteo/smeteo>...