Description Usage Arguments Details Value Author(s) See Also Examples
locate.mismatch
finds which sectors are not found in all regions. If a sector is not in all regions a report is generated to indicate which regions have that sector, which regions don't have that sector, and where this sector is in the repository.
1 | locate.mismatch(io)
|
io |
An object of class |
locate.mismatch
begins by identifying all sectors. Then if a sector is not in every region, the function identifies which regions have the sector, which regions don't have the sector, and where this sector is located. If it is important to have all regions having the same sectors, the location output can be used in agg.sector
. For a full list of sectors, use easy.select
.
Produces a list of sectors. Each sector has a list of location
, regionswith
, and regionswithout
. For example to find the regions that have a mismatched sector, use
(mismatch.object)$sector$regionswith
John J. P. Wade
as.inputoutput
, agg.sector
, easy.select
1 2 3 4 5 6 7 8 9 10 11 12 13 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.