Skip to content
Prev 155413 / 398513 Next

Saving functions

Hi Robin,

source("filename.R")

will open filename.R from the working directory and behave as if you had
typed in its contents, line by line.

You can include a full path if you like, or use file.choose() for a file not
in your working directory.

--Adam
On Mon, 8 Sep 2008, Williams, Robin wrote: