The path to a filled final-to-useful allocation table
sample_fu_allocation_table_path.RdThe path to a filled final-to-useful allocation table
Arguments
- version
the desired version (expressed as the year of IEA data release) of the sample final-to-useful allocation table. Options are 2021 (default), 2020, 2019, and 2018.
Examples
sample_fu_allocation_table_path() # Assumes 2022
#> [1] "/Users/mkh2/github/IEATools/inst/extdata/GH-ZA-Allocation-sample-2022.xlsx"
sample_fu_allocation_table_path(2022) # Same
#> [1] "/Users/mkh2/github/IEATools/inst/extdata/GH-ZA-Allocation-sample-2022.xlsx"
# Returns path for sample allocation table appropriate for other IEA data releases
sample_fu_allocation_table_path(2021)
#> [1] "/Users/mkh2/github/IEATools/inst/extdata/GH-ZA-Allocation-sample-2021.xlsx"