poissonconsulting / chk

An R package for developers to check user-supplied function arguments
https://poissonconsulting.github.io/chk/
Other
48 stars 4 forks source link

Reorganize and complete vignettes/chk_families.Rmd - "chk Families" docs #142

Open flor14 opened 6 days ago

flor14 commented 6 days ago

This PR:

Note: I have used "function input" instead of "function argument" on purpose. In general, we refer to the arguments passed by the user. I think saying "the function argument is a list" could be confusing, as it is not clear whether we are referring to the argument provided or how the function has been defined.

Therefore, I will use "function input" when referring to the argument provided and "function argument" when discussing how the function was designed. I will be consistent with this terminology throughout the documentation.