You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
General enhancements for standardization and efficiency (will require coordination with FrEDI Data), in order of staging:
ImpactYear label. Change "NA" label in impactYear column of run_fredi outputs to "N/A" instead of "NA" (use label instead of id) for consistency. All results will be different if impactYear is not included in aggLevels argument.
Scenarios. Add steps to "Build FrEDI" workflow to update scenarios in "data" and "inst/extdata/scenario" directories of FrEDI package. Also include the GDP scenario (see Issue Default scenarios #85)
Remove "byState" arguments and steps throughout run_fredi and helper functions. Can still use popCols = c("state", "postal"). Change the name of the population column from state_pop to just pop.
May add additional standardizations to come.
The text was updated successfully, but these errors were encountered:
This issue is addressed in the fredi_methane_reorg branch, and will be merged into main with pull request #201. It can be closed after merging into main.
General enhancements for standardization and efficiency (will require coordination with FrEDI Data), in order of staging:
ImpactYear
label. Change "NA" label inimpactYear
column ofrun_fredi
outputs to "N/A" instead of "NA" (use label instead of id) for consistency. All results will be different ifimpactYear
is not included inaggLevels
argument.run_fredi
and helper functions. Can still usepopCols = c("state", "postal")
. Change the name of the population column fromstate_pop
to justpop
.May add additional standardizations to come.
The text was updated successfully, but these errors were encountered: