allocate_flexfile() applies the allocations provided in the Allocation Methodology table to the Actual Cost Hour Data table. Returns a list of tibbles from a zip folder submission of the FlexFiles. Each tibble corresponds to its respective JSON table.

Currently this is implemented for AllocationMethodTypeID == "PERCENT".

allocate_flexfile(flexfile)

Arguments

flexfile

A single flexfile or a list of flexfiles imported through the read_flexfile function.