ColinFay / attempt

Tools for defensive programming in R
Other
124 stars 12 forks source link

[Enhancement] Several precidate #9

Open ColinFay opened 5 years ago

ColinFay commented 5 years ago

We should be able to run several test on the objects in one call, so that we don't have to repeat the tests.

Something that would look like:

stop_if( 10, list(is.null, is.numeric), "plop" )