This pull request adds new functionality and fixes a few errors that slipped through the last pull request. Let me know if you have any questions! Now, on the correct branch!
New functionality:
Allow for multiple EPUs to be selected, e.g., epu_to_use = c("Georges_Bank", "Gulf_of_Maine")
Add epu_to_use argument to make_extrapolation_info so it is exported via formalArgs().
Fixed errors:
Fix bug that returned all EPUs instead of epu_to_use
Made for-loop index consistent for multiple EPUS and drop unused levels of EPUs
This pull request adds new functionality and fixes a few errors that slipped through the last pull request. Let me know if you have any questions! Now, on the correct branch!
New functionality:
Fixed errors: