-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add input for past admission data #51
Comments
@samclifford tagging you here but feel free to un-assign; probably best done after the 1 tab reform (#42) |
I love the idea of a downloadable template. Suggest we also include a data dictionary as the second sheet if it's going to be an XLSX format. For the error checking I'm thinking it might be worth running a date cleaner from https://github.com/reconhub/linelist rather than being sticklers for the date format. So long as it's unambiguous that's the main thing. |
Yep, and yep, totally agreed :) |
Done as of ad1c056 |
We should provide a template and facilities for inputing data on past admissions. This would have to be optional, so the default behaviour remains the current inputs.
Items
date
in format yyyy-mm-dd andn_admissions
).xlsx
)R/
to check / process uploaded data (with meaningfull errors where relevant)Notes
There are ways to edit tables from shiny directly e.g.:
https://blog.rstudio.com/2018/03/29/dt-0-4/
But I think uploading xlsx is safer
The text was updated successfully, but these errors were encountered: