Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add helper methods to verify values #167

Open
schloerke opened this issue Nov 10, 2020 · 0 comments
Open

Add helper methods to verify values #167

schloerke opened this issue Nov 10, 2020 · 0 comments

Comments

@schloerke
Copy link
Collaborator

Something similar to

checkmate::expect_count
checkmate::expect_integer
checkmate::expect_number
checkmate::expect_numeric
checkmate::expect_double

checkmate::expect_data_frame
checkmate::expect_tibble

checkmate::expect_list
checkmate::expect_names


checkmate::expect_character
checkmate::expect_string
checkmate::expect_factor
checkmate::expect_logical
checkmate::expect_int
checkmate::expect_class
checkmate::expect_atomic
checkmate::expect_scalar

checkmate::expect_function

checkmate::expect_set_equal

... but with gradethis friendly error messages.

Can use the checkmate:test_*() methods to help determine if valid

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant