Initialise manager and user budgets
manager_user_budgets(
agents,
manager_budget = 1000,
user_budget = 1000,
usr_budget_rng = 0,
budget_col = 17
)
The agents array
The budget of a manager
What is the budget of a user
Uniform range of users budgets
Column where the budget is located
An updated agents data frame with correct budgets