Displaying 1 result from an estimated 1 matches for "denit".
Did you mean:
denis
2009 Feb 13
1
Write and Load functions from an external file
.../www.ma.hw.ac.uk/%7Estan/R/Rnotes.pdf>says
:--
To create and edit functions, use the (built-in) R function edit. (As usual,
type ?edit at
the command prompt for details|see Section 10.)
Alternatively the function source|also available via the File menu|can be
used to input
lengthy function denitions from an externally edited le. (The function dump
will write an
existing function denition to a file.)
But then source() also ,not only loads but parses the file too.
https://stat.ethz.ch/pipermail/r-help/2007-October/142938.html
You can save one or more functions and datasets to a file (s...