useeior
useeior copied to clipboard
enables writing of economic models, including two region
resolves #291
renames buildEIOModel() to buildIOModel()
# Write a two-region model within tests subfolder to excel
modelname <- "GAEEIOv1.0-s-WAT-12"
configpaths <- file.path(paste0('tests/modelspecs/', modelname, '.yml'))
model <- buildIOModel(modelname, configpaths=configpaths)
writeModeltoXLSX(model, ".")
this has been pulled into develop for the next release (https://github.com/USEPA/useeior/commit/9eeb7724d61b9720993744a1e009e487db2fab9c) so if we decide this is not urgent we can close this PR
Will be integrated in v1.6, this commit is already on develop. Closing this PR