Usage
generatePriceData(
fromDate = Sys.Date() - 1 * 365,
toDate = Sys.Date(),
mynames = c("product_a", "product_b", "product_c")
)
Arguments
- fromDate
the beginning of the time series
- toDate
the end of the time series
- mynames
the names to attach to the generated data
Value
a tibble with the generated data one column for each element in name