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

Thanks for the excellent material. I have found a couple of minor typos on the cookbook. In section 1.1, the text "Summarizing, the basic workflow in validate is to create...

Im looking for an efficient way of replacing a column value if a rule passes: ``` df

Text at end of section 3.3 says "blocks containing GDP and Export have entire records missing" where as all records (1199) failed and blocks containing ## [1] "gdp" "import" "export"...

git clone make[1]: Leaving directory '/home/chris/validate/pkg/src' installing to /home/chris/r_TMPDIR/RtmpUXGZxP/devtools_install_1f8e76394523e/00LOCK-pkg/00new/validate/libs ** checking absolute paths in shared objects and dynamic libraries ─ DONE (validate) Creating a new generic function for ‘reset’ in...

`violating`, `satisfying` and `lacking` are not generic and work only on `data.frame`. This complicates implementation for other data storages (e.g. `validatedb`)

something like a `subset.validator()` method where the conditions are evaluated in the metadata fields.

enhancement

`validator` captures a set of rules that all must be obeyed for a record/dataset to be valid. So implicitly all rules are `AND` / `&`-ed. When a rule consist of...

question

Hi Mark, once more, thanks for maintaining and constantly improving {validate}! Since I introduced it into our data production pipeline tool, it's used by more and more colleages at my...

I see this problem, any idea? ```R R> library(validate) R> v 0, y > 0) Error in (function (classes, fdef, mtable) : unable to find an inherited method for function...

Hello, Thank you for making this wonderful package. number_format(x, format = NULL, min_dig = NULL, max_dig = NULL, dec = ".") I use this expression to check if the input...