create_inventory: Create an inventory for time series

Description Usage Arguments Details Value Examples

View source: R/create_inventory.R

Description

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.

Usage

1
create_inventory(flows, stocks)

Arguments

flows

A list of time series variable (flow variables).

stocks

A list of time series variable (stock variables).

Details

The function reads a list of variables that are of class time series. For every list the function looks for the following things:

Value

A table

Examples

1
inventory <- create_inventory(flows = data$flows, stocks = data$stocks)

h4sci/packagr documentation built on Jan. 7, 2021, 10:40 p.m.