type_check_package: Add type checking to all functions in a package

Description Usage Arguments Examples

Description

This function can be placed anywhere in the package code and will be installed just before the lazy load database is populated. The idea for this function and the implementation implementation borrows heavily from argufy::argufy_me().

Usage

1

Arguments

...

Additional arguments passed to type_check

Examples

1
2
3
4
## Not run: 
typeCheck::type_check_package()

## End(Not run)

jimhester/typeCheck documentation built on May 19, 2019, 10:34 a.m.