R/check.R

Defines functions check_data check_model

# reserved
# .data should NOT have any NA value... or... I know not... whatever
check_data <- function(.data, pre_period, post_period) {
  warning("Not implemented yet")
  .check <- data.frame(category = "",
                       problem = "",
                       message = "")
}

# reserved
check_model <- function(.data, y, post_period) {
  warning("Not implemented yet")
  .check <- data.frame(category = "",
                       problem = "",
                       message = "")
}
zedoul/anomaly documentation built on May 6, 2019, 10:53 a.m.