commodities_weekly: Commodities by week

View source: R/commodities_forecast.R

commodities_weeklyR Documentation

Commodities by week

Description

Combination of diagnostics, ppe, hygiene, and case management requirements by week. Returns total amount forecast.

Usage

commodities_weekly(
  equipment,
  patients,
  cases,
  tests,
  screening_hcws,
  hcws,
  lab_params,
  test_ratios,
  total_tests,
  params
)

Arguments

equipment

From the equipment.rda file

patients

From patients_weekly

cases

From cases_weekly

tests

diagnostics_weekly

screening_hcws

screening_hcws_weekly

hcws

hcws_weekly

lab_params

From lab parameters

test_ratios

This should be from test ratios

total_tests

total_tests from that function

params

from get_parameters

Value

Dataframe of commodities weekly

category

Category of item: Diagnostics, PPE, Hygiene, or Case management (and there are several types of case management categories)

week_begins

Date the week begins

week_ends

Date the week ends

unit

Unit items supplied in

item

Item name

total_amount

Total amount of that item


mrc-ide/esft documentation built on July 31, 2023, 2:30 p.m.