[R] Saving/loading custom R scripts

Peter Ehlers ehlers at ucalgary.ca
Wed Sep 8 20:37:09 CEST 2010


One comment on the function: I see that it uses T/F instead of
TRUE/FALSE in a number of places. You'll save yourself some
headaches if you replace those 'T/F's.

   -Peter Ehlers

On 2010-09-08 1:25, DrCJones wrote:
>
> Hi,
> How does R automatically load functions so that they are available from the
> workspace? Is it anything like Matlab - you just specify a directory path
> and it finds it?
>
> The reason I ask is because  I found a really nice script that I would like
> to use on a regular basis, and it would be nice not to have to 'copy and
> paste' it into R on every startup:
>
> http://www.r-statistics.com/wp-content/uploads/2010/02/Friedman-Test-with-Post-Hoc.r.txt
>
> This would be for Ubuntu, if that makes any difference.
>
> Cheers



More information about the R-help mailing list