Nothing
setOldClass("xts")
setOldClass("zoo")
tzone = function(x, ...) {
if (utils::packageVersion("xts") <= "0.11.2") {
if (inherits(x, "xts")) {
tzoneAttr = attr(xts::.index(x), "tzone")
} else {
tzoneAttr = attr(x, "tzone")
}
} else {
tzoneAttr = xts::tzone(x, ...)
}
tzoneAttr
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.