Description Usage Arguments Value Examples
Generate competitor media spending as list prices data
1 2 3 4 5 | generateCompetitorData(
fromDate = Sys.Date() - 1 * 365,
toDate = Sys.Date(),
mynames = c("competitor_a", "competitor_b", "competitor_c")
)
|
fromDate |
the beginning of the time series |
toDate |
the end of the time series |
mynames |
the names to attach to the generated data |
a tibble with the generated data one column for each element in name
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.