| build_target | R Documentation | 
Build target dataset
build_target(
  y,
  growth_rate = FALSE,
  date_freq = c("month", "quarter"),
  start = NULL,
  end = NULL
)
y | 
 A tibble/df with two columns : date and target variable.  | 
growth_rate | 
 A logical, indicates whether to compute the growth rate
or not - if missing defaults to   | 
date_freq | 
 A character   | 
start | 
 A character indicating the first date to keep, it must be of
the form   | 
end | 
 A character indicating the last date to keep, it must be of
the form   | 
A tibble/df with quarterly data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.