R/check.R

# 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/cbar documentation built on May 4, 2019, 10:14 p.m.