Appsilon / data.validator

validate your data and create nice reports straight from R
https://appsilon.github.io/data.validator/
Other
145 stars 14 forks source link

[Feature]: different invalida data renderers supported #77

Open nbbn opened 1 year ago

nbbn commented 1 year ago

Guidelines

Description

Error details view is hardcoded and with limited functionality.

Problem

I would like to have not just a sample of invalid data, but all of it displayed in details of the check. Also, this table should be rendered with other packages, like reactable, etc., so I will be able to turn on e.g. filtering or hide sensitive information

Proposed Solution

Create advanced formatters for this invalid data view that will allow creation of custom tables or other things (plots even!) I can imagine passing function responsible for formatting of error messages.

Alternatives Considered

Allow additional parameters like sample_size = int, sample = bool, table_type = char, filters = bool that will allow customization of the output.