egnha / valaddin

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

Enable warning of absence of specific arguments #9

Closed egnha closed 7 years ago

egnha commented 7 years ago

Presently, the .warn_missing argument of firmly() behaves as a global toggle: you can either enable a warning for the absence of each and every argument (without default value), or not at all.

The capability to activate this on a per-argument basis would be more practical.

egnha commented 7 years ago

Implemented in 59105bc029a6513a13bde57f7ecf5fc8c28bb9f4