check.RS {ioanalysis}R Documentation

Do all regions have the same sectors?

Description

Produces a logical answer to the question do all regions have the same sectors.

Usage

check.RS(io)

Arguments

io

An InputOutput class object from as.inputoutput

Details

Uses the RS_label to determine if all regions have the same sectors

Value

Produces either TRUE or FALSE

Author(s)

John J. P. Wade

See Also

locate.mismatch

Examples

data(toy.IO)
class(toy.IO)
check.RS(toy.IO)

[Package ioanalysis version 0.3.4 Index]