assignPool: Assign pool to requirement faster

View source: R/RcppExports.R

assignPoolR Documentation

Assign pool to requirement faster

Description

This is used in assignPrio.

Usage

assignPool(
  listT,
  listR,
  prioStat = NA_character_,
  prioCode = FALSE,
  debug = FALSE
)

Arguments

listT

list of theoretical employees created from empReq

listR

list of real employees created fro empPool

prioStat

character vector defining the employee status that are prioritized in assigning man hours

prioCode

logical value
Is cost center prioritized in assigning?

debug

logical flag for debugging

Value

a list containing the following:

  1. remaining listT

  2. remaining listR

  3. man hour database resulting from the assignment

    This is also merged and described well in getmhDB.


basilrabi/mansched documentation built on May 18, 2023, 1:29 p.m.