View source: R/StateDisaggFunctions.R
getStateModelDisaggSpecs | R Documentation |
Read and assign disaggregation specifications Function assumes all states will be disaggregated with the same config file and allocations unless a statefile parameter is included as input. In this case, the function assumes the statefile paramter will modify the allocation values present in configfile for each state, rather than loading in 50 different sets of allocation values.
getStateModelDisaggSpecs(configfile, statefile = NULL)
configfile |
str, name of disaggregation specification file |
statefile |
str, name of state-specific disaggregation spec file that will modify the standard configfile for each state. Should be 1 config file that has the required modifications of configfile for each state |
A stateior model object with the disaggregation specs loaded.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.