ar_validate executes a series of logic tests for sf object status,
shared coordinates between source and target data, appropriate project, and absence of
variable name conflicts.
A vector of variable names to be added to the target object
method
The areal interpolation method validation is being performed for. This
should be set to "aw". Additional functionality will be added as the package
adds new interpolation techniques.
verbose
A logical scalar; if TRUE, a tibble with test results is returned
Value
If verbose is FALSE, a logical scalar is returned that is TRUE
is all tests are passed and FALSE if one or more tests is failed. If verbose
is TRUE, a tibble with detailed test results is returned.