Skip to contents

[Deprecated]

All functions of the form f_at_product_level() and f_at_company_level() are now deprecated in favor of higher-level wrappers (see ?tiltIndicator::rename).

Usage

istr_at_product_level(
  companies,
  scenarios,
  inputs,
  low_threshold = ifelse(scenarios$year == 2030, 1/9, 1/3),
  high_threshold = ifelse(scenarios$year == 2030, 2/9, 2/3)
)

pstr_at_product_level(
  companies,
  scenarios,
  low_threshold = ifelse(scenarios$year == 2030, 1/9, 1/3),
  high_threshold = ifelse(scenarios$year == 2030, 2/9, 2/3)
)

xctr_at_product_level(
  companies,
  co2,
  low_threshold = 1/3,
  high_threshold = 2/3
)

istr_at_company_level(data)

pstr_at_company_level(data)

xctr_at_company_level(data)

xstr_pivot_type_sector_subsector(data)

xstr_prepare_scenario(scenarios)

xstr_prune_companies(data)

xstr_polish_output_at_company_level(data)