iNZightVIT / Lite

Shiny Application for iNZight.
http://lite.docker.stat.auckland.ac.nz/
GNU General Public License v3.0
4 stars 6 forks source link

Surveys - data updates do not create new survey object #374

Open tmelliott opened 4 weeks ago

tmelliott commented 4 weeks ago

Some complaints of summaries not displaying. Issue was for Stats 240, survey design, so potentially something in there.. otherwise no real clue where to start with this one...

tmelliott commented 4 weeks ago

Okay, it looks like this is due to new variables not being added to the survey object. i.e., when the dataset gets changed/updated, the survey object needs to be re-created.

https://github.com/iNZightVIT/iNZight/blob/dev/R/iNZDocument.R#L87