-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement argument checking for exported functions (#114)
* bind_tibbles() arg checking * extract_tibble/s() arg checking * read_redcap/make_labelled arg checking * refactor checkmate checks * Update test-read_redcap.R * lint * use call in cli_*() * add check_arg_is_supertbl() * add check_arg_is_valid_token * use S3 class in check_arg_is_supertbl * add superheroes_supertbl data for examples * update error message * update S3 class * add example error messages
- Loading branch information
1 parent
b38d5e7
commit dd35fa2
Showing
34 changed files
with
848 additions
and
184 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.