Skip to content
Prev 2794 / 15274 Next

How to get data from different time zones (e.g. USA, EU, Asia) in the same format

merge.zoo does that:

merge(z1, z2)

See ?merge.zoo

Note that unlike zoo in the core of R which can only merge two objects
at a time merge.zoo
can merge multiple objects so if L is a list of such zoo objects you can write:

do.call("merge.zoo", L)



On Sun, Aug 17, 2008 at 8:19 AM, Bastian Offermann
<bastian2507hk at yahoo.co.uk> wrote: