make_tsibble: Make a tsibble suitable for forecsating

View source: R/make_tsibble.R

make_tsibbleR Documentation

Make a tsibble suitable for forecsating

Description

Make a tsibble suitable for forecsating

Usage

make_tsibble(data, frequency = "Daily", remove_weekends = FALSE)

Arguments

data

Dataframe with two columns 'Date', and 'Total_Qty'

frequency

String. One of 'Daily' or 'Weekly'

remove_weekends

Boolean. Set to TRUE to remove weekends

Value

tsibble with two columns 'Date' and 'quantity'


CDU-data-science-team/pharmacyReporting documentation built on March 24, 2023, 2:32 p.m.