Learn R Programming

Robyn (version 3.11.1)

set_holidays: Detect and set date variable interval

Description

Robyn only accepts daily, weekly and monthly data. This function is only called in robyn_engineering().

Usage

set_holidays(dt_transform, dt_holidays, intervalType)

Value

List. Containing the all spend-exposure model results.

Arguments

dt_transform

A data.frame. Transformed input data.

dt_holidays

A data.frame. Raw input holiday data.

intervalType

A character. Accepts one of the values: c("day","week","month")