Re: [R] Best way to do temporal joins in R?

2012-04-06 Thread Edith Mertz
Found the blunder, last line should have been: TideH$dt <- as.chron(paste(TideH$Date, TideH$Time), "%Y%m%d %H%M%S") After this I did: Fix <- read.csv("Fix times.csv") Fix[,"Station"] <- as.character(Fix[,"Station"]) Fix[,"Date"] <- as.Date(Fix[,"Date"],format="%d/%m/%Y") Fix[,"Time"] <- as.char

Re: [R] Best way to do temporal joins in R?

2012-04-06 Thread Edith Mertz
Hi, I'm new to R-help mailing list and novice in R, so pls excuse 'silly questions' and obvious blunders. I have the same problem as Jon Greenberg (just different data) and have been trying to use the code given above, but with some difficulty. Pls Help? My data: Table 1 (TideH.csv) Date