kkashin / ShinyAutoCast

Shiny application for AutoCast
0 stars 0 forks source link

Verify functionality when numericInput is blank #1

Closed kkashin closed 9 years ago

kkashin commented 9 years ago

When numericInput is blank, Shiny automatically sends NA. We want to treat that NA as a 0 in the weight combination. We want to redisplay the select button with the new weight (output$dynamicButton) should be updated. Also need to rerun optimization + make sure new weights are selected.

kkashin commented 9 years ago

All set. Just added some code to treat NAs as 0.