Skip to content
Prev 206593 / 398503 Next

Comparing dates in dataframes

Here are some sample data sets.

I also tried making a combined field in each set such as
adq=paste(as.character(arr$Date), as.character(arr$quarter))
and similarly for the weather set, so I have unique single things to
compare, but that did not seem to help much.

Thanks,
Jim
On 1/17/10 5:50 PM, David Winsemius wrote: