Description Usage Arguments Examples
Functions to get or set the times of a webdata
object
1 2 3 4 5 6 7 8 9 |
.Object |
a |
value |
a POSIXct vector |
1 2 3 4 | wd <- webdata('prism')
times(wd) <- as.POSIXct(c("2012-11-04", "2012-11-12"))
times(wd)[1] <- as.POSIXct("2012-11-04")
times(wd)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.