Description Usage Arguments Details Value Examples
View source: R/create_inventory.R
create_inventory
constructs an inventory. It calculates the mean,
standard deviation of the various series and outputs its frequency, type, and
name in a table.
1 | create_inventory(flows, stocks)
|
flows |
A list of time series variable (flow variables). |
stocks |
A list of time series variable (stock variables). |
The function reads a list of variables that are of class time series. For every list the function looks for the following things:
name()
frequency()
mean()
sd()
A table
1 | inventory <- create_inventory(flows = data$flows, stocks = data$stocks)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.