validate icon indicating copy to clipboard operation
validate copied to clipboard

before_check

Open markvanderloo opened this issue 8 years ago • 0 comments

Validator yaml files should allow for a section like this:


---
before_check : >
  # some free R code like
  nacecodes <- read.table("nace.tab")[,1]

---

The idea is that this code gets executed in the environment that will later surround the evaluation environment for the checks.

markvanderloo avatar Aug 13 '15 14:08 markvanderloo