| rep | R Documentation | 
Replicates "timeDate" objects.
## S3 method for class 'timeDate'
rep(x, ...)
x | 
 an object of class   | 
... | 
 arguments passed to the method for   | 
an object of class "timeDate"
## rep
dts = c("1989-09-28", "2001-01-15", "2004-08-30", "1990-02-09")
ZUR = timeDate(dts, zone = "GMT", FinCenter = "Europe/Zurich")
rep(ZUR[2], times = 3)
rep(ZUR[2:3], times = 2)  
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.