Closed christophertull closed 7 years ago
@christophertull yes I fixed this in my local code by adding the Recycled input. Is this originally written by @anudeepvanjavakam1 ? one of us can create the loop
Just a note that this will also need to affect the calls to req(input$ResidentialSingle)
etc.
Closed by #44
@monobina ran across an error that arises here
Note how the
class_proportions
are generated dynamically from the dataframe, but theinput
s are hardcoded. This throws an error if there are more (or fewer?) classes in the dataframe than there are inputs. To get around this we should probably generate the account growth inputs in a loop.The error for reference: