validate icon indicating copy to clipboard operation
validate copied to clipboard

Professional data validation for the R environment

Results 45 validate issues
Sort by recently updated
recently updated
newest added

e.g. `YYYYMMDD` (as `integer`) or ISO8601 formats.

enhancement

This was possible in earlier development versions. For now, I think it is a good idea to leave it out and hard-code the common membership/comparison and boolean operators. It will...

enhancement

Hello trying to read indicator rules from file with indicator (.file = filename) a rule like the one below is converted to TRUE / FALSE so the min is always...

question

`validate::contains_exactly()` "fails" (warns there's invalid syntax, 0 confrontations). `contains_exactly()` works as expected. Other functions work fine with the `validate::` bit. Is this a feature or a bug? I use `::function()`...

Hi Mark, Thank you so much for creating this package. I am really loving it. I'd like to validate my date columns and check if they are all in a...

Hi Mark, I am in the situation that I want to check for many columns if they contain only the values from their respective codelists. From what I know, there...

enhancement

`validate::variables` returns R variables that are not columns data to be checked. ``` r library(validate) rules

enhancement

Hi Mark, using var_group() in the definition of validation rules is super helpful, thanks! Here is a tiny suggestion for making it even better. This is the current state: ```...

enhancement