-
Notifications
You must be signed in to change notification settings - Fork 41
Description
Hi @DillonHammill ,
I recently stumbled across your package in my search for an R solution for data entry/data capture. It seems like your package would largely fit the bill.
However, I don't see any capability for restricting the range of numerical input values as part of a "Data Validation" workflow when entering data (see e.g. https://datacarpentry.org/spreadsheet-ecology-lesson/04-quality-control/index.html for what I mean by "Data Validation"). The col_options argument seems mostly to address data validation for known lists of discrete values, but I see no way to restrict column type to integer or min/max values for numeric input.
Did I miss this somewhere in the documentation?
Where would you suggest I begin looking in your code to add this capability? I'm happy to collaborate/contribute code for this capability as it would greatly facilitate my own workflow.