egnha / valaddin

Functional input validation to make R functions more readable and robust
Other
33 stars 1 forks source link

Enable localized check maker for quosure predicates #44

Closed egnha closed 7 years ago

egnha commented 7 years ago

Example:

chkrs <- localize(isTRUE, "{{.}} not scalar (length is {length(.)})" = {length(.} == 1L)

should produce the list of functions

egnha commented 7 years ago

Superseded by #45