Skip to content
Prev 10568 / 15274 Next

xts and Sys.time() - very stange behaviour

On 08/01/2012 01:39 PM, Joshua Ulrich wrote:
<...>
I found that keeping the POSIXct object, and modifying that directly, 
massively improves both speed and correctness of matching over using the 
character representation with sub-second data.  This of course makes 
sense, as you are matching a number to a number, rather than a number to 
a string converted to a number.

Regards,

    - Brian