View source: R/data_fun_import.R
| initEmpPool | R Documentation | 
Initializes the list of the pool of employees and their corresponding maximum man hours which can be assigned to any activity.
initEmpPool(empPool, hol = NA, year = NA, forecast = FALSE)
| empPool | a  Each row represents a real employee. The columns are: 
 | 
| hol | a  | 
| year | integer value representing the year to be budgeted | 
| forecast | logical value  | 
list of of 2:
 a list of real employees
Each element of the list is an Employee-class object.
sanitized empPool
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.