Assuming your csv file looks like:
Date,Time,Open,High,Low,Close
1/2/2005,17:05,1.3546,1.3553,1.3546,1.35495
1/2/2005,17:10,1.3553,1.3556,1.3549,1.35525
1/2/2005,17:15,1.3556,1.3556,1.35515,1.3553
1/2/2005,17:25,1.355,1.3556,1.355,1.3555
You could do something like:
aa <- read.csv("tmp.csv",head
On Mon, Dec 13, 2010 at 1:09 PM, robert denham wrote:
> in
> test <- data.frame(V1=c(1,2,3), V2=c(4,5,6))
>
> you are using arguments to the data.frame function in the tag=value format.
> From the help:
>
>...: these arguments are of either the form value or
On Fri, Apr 17, 2009 at 3:36 AM, Jason Rupert wrote:
>
> I apologize in advance that this question is not specific to R, but I
> thought some R users may be using this in their work process flow.
>
> I would like to be able to have a tool (prefer "scriptable") that will take
> two images and some
3 matches
Mail list logo