knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

For use package U need input dataset in format:

library(zx48c) 
q%>%data_tranform()%>%hist_compl()%>%
  filtNA()%>%filt()%>%forecast()

If hist=T 1 step of prepare data is hist_comp which complete absent dates in dataset.
If hist=T we can choose type of history complete one of drop or zero
data_tranform change format of colums and filtering Date.



jyjek/zx48c documentation built on May 22, 2019, 2:40 p.m.