powered by
Functions to get or set the times of a webdata object
webdata
times(.Object)times(.Object) <- value# S4 method for webdata times(.Object) <- value# S4 method for webdata times(.Object)
times(.Object) <- value
# S4 method for webdata times(.Object) <- value
# S4 method for webdata times(.Object)
a webdata object
a POSIXct vector
wd <- webdata('prism') times(wd) <- as.POSIXct(c("2012-11-04", "2012-11-12")) times(wd)[1] <- as.POSIXct("2012-11-04") times(wd)
Run the code above in your browser using DataLab