Re: [R] Working with source file

2010-01-06 Thread Barry Rowlingson
On Wed, Jan 6, 2010 at 8:34 PM, D Kelly O'Day wrote: > > I am trying to build an easy to use climate data analysis tool kit that > will > let non-R users run my detailed r script with minimum R learning curve > effort. > > Here's an example: > > link <- > "http://chartsgraphs.wordpress.com/files/2

[R] Working with source file

2010-01-06 Thread D Kelly O'Day
I am trying to build an easy to use climate data analysis tool kit that will let non-R users run my detailed r script with minimum R learning curve effort. Here's an example: link <- "http://chartsgraphs.wordpress.com/files/2010/01/nsidc_trend_plot_2.doc"; source(link) This lets user run my R s