Description Usage Arguments Details Value
View source: R/timeSeries_generate.R
generate Time series for regional and bnf data
1 2 3 4 5 6 7 | timeSeries_generate(
from = "mm/yyyy",
to = "mm/yyyy",
settings = NULL,
on = c("BOTH"),
save = TRUE
)
|
from |
start date in the format "mm-yyyy" |
to |
end date in the format "mm-yyyy" |
settings |
analysis settings generated with setConfig() |
on |
one of "REGION", "BNF" and "BOTH" indicating which ts to produce, default = "BOTH" |
save |
logic, if TRUE, an external file will be saved in rootdir. Default = TRUE |
The function summaries plpd or bnf data on ITEMS, NIC, ACT.COST, QUANTITY and REGION and generates TS over the period of time indicated trought the from and to arguments
The function returns a data.table with time series data for the selected period, as generated, in the time range selected, via generateSummaries()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.