[R] R Script Help!

2011-06-21 Thread geo...@leadbetter.cc
I have written a script in an R text file that i can run through a terminal window. My script though contains lots of code to interpret my input arguments, which are then put into an SQL query to get the data I want to plot some graphs. The script works, but there must be an easier way to do what

Re: [R] R Script Help!

2011-06-21 Thread Sarah Goslee
Hi George, On Tue, Jun 21, 2011 at 9:33 AM, geo...@leadbetter.cc geo...@leadbetter.cc wrote: I have written a script in an R text file that i can run through a terminal window. My script though contains lots of code to interpret my input arguments, which are then put into an SQL query to get

Re: [R] R Script Help!

2011-06-21 Thread Sarah Goslee
Hi, So is your actual question about how to prompt for user input, rather than anything about the SQL extraction or graphing? I think I would write the R code as a function that takes the four values as arguments. That's not the same as prompting the user, but more flexible and more R-ish. You

[R] R script HELP!

2011-02-18 Thread whizevans
The following is my R script which I am struggling with to assess ICESat data..perhaps it is the ID_min or ID_max that is wrong? I don't know, any help would be greatly appreciated :( # OPTIONS - CHANGE THESE VARIABLES IF NEEDED\par

Re: [R] R script HELP!

2011-02-18 Thread Jonathan P Daily
Kearneysville WV, 25430 (304) 724-4480 Is the room still a room when its empty? Does the room, the thing itself have purpose? Or do we, what's the word... imbue it. - Jubal Early, Firefly r-help-boun...@r-project.org wrote on 02/18/2011 08:21:36 AM: [image removed] [R] R script HELP

Re: [R] R script HELP!

2011-02-18 Thread whizevans
OK thanks Jonathon, I will have a go. Is the plotdir file technically my output file? Or what is this otherwise? Also, having never used R script before, is it not very good at reading data, may I have to alter my input file in excel first? Thanks -- View this message in context:

Re: [R] R script HELP!

2011-02-18 Thread Jonathan P Daily
-project.org wrote on 02/18/2011 10:29:55 AM: [image removed] Re: [R] R script HELP! whizevans to: r-help 02/18/2011 11:06 AM Sent by: r-help-boun...@r-project.org OK thanks Jonathon, I will have a go. Is the plotdir file technically my output file? Or what

[R] R script help needed for RFC 2104 HMAC algorithm

2010-10-19 Thread Larry D'Agostino
I'm trying to create an R script that will execute the HMAC algorithm for key-hashing messages. My hope is to use this script for some web authentication via R. The algorithm is found at http://www.ietf.org/rfc/rfc2104.txt Here is some example code that I have done that does not work for