sanity_check {geocmeans} | R Documentation |
Check that the provided parameters are valid
sanity_check(dots, data)
dots |
A list of parameters used |
data |
A numeric and complete dataframe |
A boolean, TRUE if all the tests are passed, FALSE otherwise
#This is an internal function, no example provided