R/zzz.R

Defines functions .onAttach

.onAttach <- function(...){
  # Suggests quantmod to user of OHLC plot.xts
  assign(".QUANTMOD_MESSAGE", TRUE, .GlobalEnv)
}
joshuaulrich/xtsExtra documentation built on May 19, 2019, 9:40 p.m.