This package is designed as a framework for users to create web forms, particularly for collecting experimental data. It uses the shiny package to provide users with an UX interface to create forms. The user can then enter, validate and analyse results. Creating an project which can be shared as an Experiment as a Service (EaaS) to other R users.
Currently, the package is only available on GitHub. Recommend cloning the repository into Rstudio.
This package is aimed a students wanting to record experimental data but using something more formal than a spreadsheet. It allows users to create custom forms via a user interface:
Results can then be entered into the forms:
Validation rules can be applied to the results. Complex validation rules can can be written as R functions an applied to results to detect errors and anomalies. The results confirmed as valid and saved. Analysis and reports can then be written based on this data for instance in R Markdown and finally the package submitted for assessment to the lecturer :)
Currently all data is saved locally. And there are loads of bugs so not recommended for use at this stage!