create_case: Create a base market and a base profile for companies based...

Description Usage Arguments Value

View source: R/create_case.R

Description

Create a base market and a base profile for companies based on case selection criteria.

Usage

1
2
3
4
5
6
create_case(
  case = NULL,
  start_date = Sys.Date(),
  number_months = 12,
  number_companies = 1
)

Arguments

case

List. Tibbles about case information, environments, seasons, accounts, capacity, technology and costing.

start_date

Date. At which date the first balance sheet is initialized.

number_months

Integer. How many months should the time series last.

number_companies

Integer. How many companies should be created.

Value

list of sublists necessary information for simulation and documentation:

base_market

parameters about the environment, chart of accounts and market in the case.

base_company

parameters about the company, its capacity, technology, beginning of journal and censuses of various resources.


NicolasJBM/simulR documentation built on Feb. 15, 2021, 9:38 a.m.