check_data {onemap} | R Documentation |
Onemap object sanity check
Description
Based on MAPpoly check_data_sanity function by Marcelo Mollinari
Usage
check_data(x)
Arguments
x |
an object of class |
Value
if consistent, returns 0. If not consistent, returns a
vector with a number of tests, where TRUE
indicates
a failed test.
Author(s)
Cristiane Taniguti, chtaniguti@tamu.edu
Examples
data(onemap_example_bc)
check_data(onemap_example_bc)
[Package onemap version 3.0.0 Index]